MeshData2Raster | R Documentation |
MeshData2Raster
SpatialData to Raster
MeshData2Raster
MeshData2Raster(
x = getElevation(),
rmask = shud.mask(proj = proj),
pm = readmesh(),
proj = NULL,
stack = FALSE,
method = "ide",
plot = FALSE
)
x |
vector or matrix, length/nrow is number of cells. |
rmask |
mask of the mesh file |
pm |
shud mesh |
proj |
Projejction parameter |
stack |
Whether export the stack, only when the x is a matrix, i.e. (Ntime x Ncell). |
method |
method for interpolation, default = 'idw' |
plot |
Whether plot the result. |
Raster map
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.