Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. library(raster)
  2. s<-readGDAL("random.TIF")
  3.  
  4. res(s)<-1
  5.  
  6. Error in `res<-`(`*tmp*`, value = 1) :
  7. no slot of name "nrows" for this object of class "SpatialGridDataFrame"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement