Description Usage Arguments Value Examples
The geo_rect()
type is useful as an efficient representation of
rectangles stored using column vectors.
Note that if any of xmin
, ymin
, xmax
, or ymax
are missing
the rectangle is interpreted as an empty polygon, whereas
geo_rect(NA, NA, NA, NA, srid = NA)
is "missing" (see geo_is_missing()
and geo_is_empty()
). Infinite
values (Inf
and -Inf
) can be used.
1 2 3 4 5 6 7 |
xmin, ymin, xmax, ymax |
Border values, recycled to a common
length using |
srid |
A spatial reference identifier, coerced to
an integer by |
A new_geovctrs_rect()
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.