SpatialLines-class {sp} | R Documentation |
a class that holds spatial lines
hold a list of Lines objects; each Lines object holds a list of Line (line) objects.
lines
:"list"
; list members are all of
class Lines-classbbox
:"matrix"
; see Spatial-class proj4string
:"CRS"
; see CRS-class
Class "Spatial"
, directly.
signature(obj = "SpatialLines")
: select subset of (sets of) lines; NAs are not permitted in the row indexsignature(x = "SpatialLines", y = "missing")
:
plot lines in SpatialLines objectsignature(x = "SpatialLines")
:
add lines in SpatialLines object to a plot signature(object = "SpatialLines")
:
rbind-like method, see notes signature(object = "SpatialLines")
:
summarize object
rbind
calls the function SpatialLines
, where it is
checked that all IDs are unique. If rbind
-ing SpatialLines
without
unique IDs, it is possible to set the argument makeUniqueIDs = TRUE
, although
it is preferred to change these explicitly with spChFIDs
.
Roger Bivand, Edzer Pebesma