predicate whether a geometry is equal to a POLYGON FULL
st_is_full(x, ...)# S3 method for sfg
st_is_full(x, ..., is_longlat = NULL)
# S3 method for sfc
st_is_full(x, ...)
# S3 method for sf
st_is_full(x, ...)
# S3 method for bbox
st_is_full(x, ...)
logical, indicating whether geometries are POLYGON FULL (a spherical polygon covering the entire sphere)
object of class sfg
, sfc
or sf
ignored, except when it contains a crs
argument to inform unspecified is_longlat
logical; output of st_is_longlat of the parent sfc
object