spdata_array | R Documentation |
Convert Spatial* data into 3d array
spdata_array(
vals,
range = NULL,
cellsize = 0.1,
nlon = NULL,
nlat = NULL,
flip = FALSE,
to2d = FALSE
)
vals |
|
range |
A numeric vector, |
cellsize |
double, cell size |
nlon, nlat |
If nlon and nlat provided, range and cellsize will be ignored |
#
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.