Skip to content
Prev 21859 / 29559 Next

Error In proj4string

Alannie, you get an error, not a warning, and I doubt this code has ever
worked before. Read on:
On 10/20/2014 08:21 PM, alannie wrote:
You are cbind-ing length-one character vectors, but you probably want to:

temp <- cbind(bio1, bio2, bio3) # etc

i.e. cbind-ing the SpatialGridDataFrame objects. Indeed,
[1] cbind.data.frame            cbind.SpatialGridDataFrame*
[3] cbind.ts*

sp provides a method for this. After this, the rest should work.