wkb_ranges | R Documentation |
This is intended to behave the same as range()
, returning the
minimum and maximum x, y, z, and m coordinate values.
wkb_ranges(wkb, na.rm = FALSE, finite = FALSE) wkt_ranges(wkt, na.rm = FALSE, finite = FALSE) wkb_feature_ranges(wkb, na.rm = FALSE, finite = FALSE) wkt_feature_ranges(wkt, na.rm = FALSE, finite = FALSE)
wkb |
A |
na.rm |
Pass |
finite |
Pass |
wkt |
A character vector containing well-known text. |
A data.frame with columns:
xmin
, ymin
, zmin
, and mmin
: Minimum coordinate values
xmax
, ymax
, zmax
, and mmax
: Maximum coordinate values
wkt_ranges("POINT (30 10)")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.