st_is_full | R Documentation |
predicate whether a geometry is equal to a POLYGON FULL
st_is_full(x, ...)
## S3 method for class 'sfg'
st_is_full(x, ..., is_longlat = NULL)
## S3 method for class 'sfc'
st_is_full(x, ...)
## S3 method for class 'sf'
st_is_full(x, ...)
## S3 method for class 'bbox'
st_is_full(x, ...)
x |
object of class |
... |
ignored, except when it contains a |
is_longlat |
logical; output of st_is_longlat of the parent |
logical, indicating whether geometries are POLYGON FULL (a spherical polygon covering the entire sphere)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.