a class for spatial lines with attributes
this class holds data consisting of (sets of lines), where each set of lines relates to an attribute row in a data.frame class
can be created by the function SpatialLinesDataFrame
data
:: Object of class data.frame containing the attribute tablelines
:: Object of class "list"
; see SpatialLines-classbbox
:: Object of class "matrix"
; see Spatial-classproj4string
:: Object of class "CRS"
; see CRS-classClass "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 indexsignature(obj = "SpatialLinesDataFrame")
: retrieves a list with lists of coordinate matricessignature(object = "SpatialLinesDataFrame")
: print methodsignature(x = "SpatialLinesDataFrame")
: plot pointssignature(object = "SpatialLinesDataFrame")
: add lines to plotsignature(object = "SpatialLinesDataFrame")
: rbind-like methodrbind
for SpatialLinesDataFrame
is only possible for objects with unique IDs. If you want to rbind
objects with duplicated IDs, seespChFIDs
.
Roger Bivand; Edzer Pebesma
SpatialLines-class