g_envelope | R Documentation |
g_envelope()
computes and returns the bounding envelope(s) for the input
geometries. Wrapper of OGR_G_GetEnvelope()
in GDAL OGRGeometry.
g_envelope(geom, quiet = FALSE)
geom |
Either a raw vector of WKB or list of raw vectors, or a character vector containing one or more WKT strings. |
quiet |
Logical value, |
Either a numeric vector of length 4 containing the envelope
(xmin, xmax, ymin, ymax)
, or a four-column numeric matrix with number of
rows equal to the number of input geometries and column names
("xmin", "xmax", "ymin", "ymax")
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.