createRaster | R Documentation |
Create dummy rasters based on raster to match
createRaster(
rtm = NULL,
gaus = TRUE,
rownumb = 20,
colnumb = 20,
xmn = -10,
xmx = 10,
ymn = -10,
ymx = 10,
sc = 100,
vr = 5
)
rtm |
|
gaus |
logical. If |
rownumb |
number of rows for the new raster, if |
colnumb |
number of columns for the new raster, if |
xmn |
min x extent, if |
xmx |
max x extent, if |
ymn |
min y extent, if |
ymx |
max y extent, if |
sc |
spatial scale, passed to |
vr |
spatial variance, passed to |
RasterLayer
Louis-Etienne Robert and Alex Chubaty
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.