Create a list of RasterLayer objects
Create a list of RasterLayer objects from Raster* objects
## S4 method for signature 'Raster' as.list(x, ...)
x |
Raster* object |
... |
additional Raster* objects |
list
r <- raster(ncol=3, nrow=3) values(r) <- 1:ncell(r) as.list(r) s <- stack(r,r*2,r*3) as.list(s, r)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.