outerBuffer | R Documentation |
Draws a convex hull around vertice points of a polygon shapefile, creating a single polygon. If a buffer distance is supplied, will buffer the convex hull inwards or outwards depending on the sign of the distance value.
outerBuffer(x, b = NULL)
x |
A |
b |
Optional. Distance to buffer. If the value is negative, the buffer will be drawn inwards. |
A SpatialPolygons
object.
Ceres Barros and Alex Chubaty
raster::buffer()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.