SpatialLinesDataFrame-class {sp} | R Documentation |
this class holds data consisting of (sets of lines), where each set of lines relates to an attribute row in a data.frame
can be created by the function SpatialLinesDataFrame
data
:lines
:"list"
; see SpatialLines-classbbox
:"matrix"
; see Spatial-class proj4string
:"CRS"
; see CRS-class
Class "SpatialLines"
, directly.
Class "Spatial"
, by class "SpatialLines"
.
Methods defined with class "SpatialLinesDataFrame" in the signature:
signature(x = "SpatialLinesDataFrame")
: subset rows or
columns; in case of row subsetting, the line sets are also subsetted; NAs are not permitted in the row index signature(obj = "SpatialLinesDataFrame")
: retrieves
a list with lists of coordinate matrices signature(object = "SpatialLinesDataFrame")
: print method signature(x = "SpatialLinesDataFrame")
: plot pointssignature(object = "SpatialLinesDataFrame")
: add lines to plotsignature(object = "SpatialLinesDataFrame")
: summarize objectRoger Bivand; Edzer Pebesma