g_buffer | R Documentation |
g_buffer()
builds a new geometry containing the buffer region around
the geometry on which it is invoked. The buffer is a polygon containing
the region within the buffer distance of the original geometry.
g_buffer(wkt, dist, quad_segs = 30L)
wkt |
Character. OGC WKT string for a simple feature 2D geometry. |
dist |
Numeric buffer distance in units of the |
quad_segs |
Integer number of segments used to define a 90 degree curve (quadrant of a circle). Large values result in large numbers of vertices in the resulting buffer geometry while small numbers reduce the accuracy of the result. |
Character string for an OGC WKT polygon.
bbox_from_wkt()
, bbox_to_wkt()
g_buffer(wkt = "POINT (0 0)", dist = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.