Error in map creation in biscale package

Hi, welcome to the forum

I have never used biscale but it looks to me as if we will need some sample data to go with the code that you supplied--thanks BTW. A handy way to supply sample data is to use the dput() function. See ?dput. If you have a very large data set then something like head(dput(myfile), 100) will likely supply enough data for us to work with.

For general advice on asking questions here have a look at