| ClipMap | R Documentation |
Clip map over a polygon and (re)calculate areas.
ClipMap(map, catchment)
map |
SpatialPolygonsDataFrame or RasterLayer to clip (e.g. soil map containing percentage of HOST soil classes, PlynlimonSOIL). |
catchment |
SpatialPolygonsDataFrame containing a single catchment boundary. |
A SpatialPolygonsDataFrame clipped over a catchment with an additional column with updated areas.
## Not run:
data("PlynlimonSUBCATCHMENTS")
data("PlynlimonSOIL")
clippedMap <- ClipMap(map = PlynlimonSOIL,
catchment = PlynlimonSUBCATCHMENTS[1,])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.