.input_rasters | R Documentation |
A methods for loading the raster into OpenLand
.input_rasters(x, ...)
## S4 method for signature 'character'
.input_rasters(x, ...)
## S4 method for signature 'list'
.input_rasters(x, ...)
## S4 method for signature 'RasterLayer'
.input_rasters(x, ...)
## S4 method for signature 'RasterBrick'
.input_rasters(x, ...)
## S4 method for signature 'RasterStack'
.input_rasters(x, ...)
x |
path (character), Raster* object or list of Raster* objects. |
... |
additional arguments to |
A RasterStack
raster::raster
,
raster::stack
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.