- [
signature(obj = "SpatialRings")
: select subset of (sets of) rings; NAs are not permitted in the row index
- plot
signature(x = "SpatialRings", y = "missing")
: plot rings in SpatialRings object
- bbox
signature(obj = "SpatialRings")
: retrieves the bbox element
- coordinates
signature(object = "SpatialRings")
: retrieves the coords element from Ring objects in rings slot
- coordnames
signature(object = "SpatialRings")
: retrieves coordinate names
- row.names
signature(object = "SpatialRings")
: retrieves the ID element from Ring objects in rings slot
- spChFIDs
signature(obj="SpatialRings", x="character")
: replaces ID element
- coerce
signature(from = "SpatialRings", to = "SpatialPoints")
: ...