Skip to content
Prev 21858 / 29559 Next

Error In proj4string

Good evening !

You should either read a bit more about S4 sp object (in particular,
if you want to combine object that have exactly the same structure) or
use the stack function of the raster package
(st.bio<-stack("bio1.asc", bio2.asc", ..., "bio11.asc")).
You can't just cbind() Spatial Objects (someone might correct this
statment if not true). SpatialGridDataFrames as the ones produced with
readGDAL() have a data slot where you can store different vectors of
values.
With some googling, you should find what you are looking for.

HTH

Alex


2014-10-20 20:21 GMT+02:00 alannie <agg18 at pitt.edu>: