raster,RasterList-method {rasterList} | R Documentation |
Raster
methods for a RasterList-class
object.
Description
Raster
methods for a RasterList-class
object.
Usage
## S4 method for signature 'RasterList'
raster(x, FUN = NULL, ...)
Arguments
x |
a valid |
FUN |
if it not |
... |
further arguments |
Value
a RasterLayer-class
object
See Also
Examples
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]})
[Package rasterList version 0.5.20 Index]