Description Usage Arguments Value See Also
Create a mask RasterLayer with NA values in all cells more
than a specified distance from a set of points.
1 | bufferMask(mask, points, buffer = 0)
|
mask |
a |
points |
a set of points (given as a two-column matrix of coordinates) around which top calculate the buffer. |
buffer |
the distance from points beyond which to set cells to NA.
If the coordinate system of |
A RasterLayer with the same extent, resolution and coordinate system
as mask and with non-NA cells being 0.
Other GIS: condSim, getArea,
getPoints, insertRaster,
ll2cart, makeVoronoiPolygons,
safeMask, sortPolyData
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.