Raster*
objectThis wraps either raster::raster
, raster::stack
, raster::brick
, or terra::rast
,
allowing a single function to be used to create a new object of the same class as a template.
This works for all Raster*
and SpatRaster
class templates.
rasterCreate(x, ...)# S3 method for default
rasterCreate(x, ...)
a new (empty) object of same class as the original.
An object, notably a Raster*
object. All others will simply
be passed through with no effect.
Passed to raster::raster
, raster::stack
,
or raster::brick
rasterCreate(default)
: Simply passes through argument with no effect