| raster,RasterList-method | R Documentation | 
Raster methods for a RasterList-class object.Raster methods for a RasterList-class object.
## S4 method for signature 'RasterList'
raster(x, FUN = NULL, ...)
| x | a valid  | 
| FUN | if it not  | 
| ... | further arguments | 
a RasterLayer-class object
stack,RasterListApply
f <- system.file("external/test.grd", package="raster")
ur <- rasterList(raster(f),FUN=function(x,d){x+0:d},d=10)
r1 <- raster(ur)
r2 <- raster(ur,FUN=function(x){x[2]})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.