Raster package internal create raster object function
.sits_raster_api_new_rast(
nrows,
ncols,
xmin,
xmax,
ymin,
ymax,
nlayers,
crs,
...
)
Number of rows in the raster
Number of columns in the raster
X minimum of raster origin
X maximum of raster origin
Y minimum of raster origin
Y maximum of raster origin
Number of layers of the raster
Coordinate Reference System of the raster
additional parameters to be passed to raster package
A raster object.