# S4 method for Spatial
gc_geom(input = NULL, ...)
# S4 method for sf
gc_geom(input = NULL, group = FALSE, ...)
# S4 method for ppp
gc_geom(input = NULL, ...)
# S4 method for Raster
gc_geom(input = NULL, ...)
Arguments
input
the object to transform to class geom.
...
additional arguments.
group
[logical(1)] should the attributes of multi* features
be grouped, i.e. should the unique values per multi* feature be assigned
into the groups table (TRUE), or should they be kept as duplicated
per-feature attributes (FALSE, default)?