Description Usage Arguments Value Examples
shapeInterpolation
interpolates a shapefile field to a raster with krige
1 2 | shapeInterpolation(shape, field, cellsize, shape.mask = NULL,
showPercentage = FALSE)
|
shape |
Shapefile. Spatial object to be interpolated |
field |
Character. Field to be considered |
cellsize |
Numeric. Raster output resolution in meters |
shape.mask |
Optional. Shapefile object as a mask |
showPercentage |
Optional. Logical. By default no percentage is shown |
a raster.
1 2 3 4 5 | ## Not run:
raster.interpolated <- shapeInterpolation(shape2, 'NDVI', 0.2, showPercentage = T)
raster.interpolated <- shapeInterpolation(shape2, 'TC', 5, shape.mask = shapemask)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.