SpatialStreamNetwork-class | R Documentation |
A class that holds spatial features (points and lines), attributes, and topological information for stream networks.
SpatialStreamNetwork objects can be created by calls in the form importSSN(x)
.
network.line.coords
:Object of class "data.frame"
; columns include NetworkID
(a
factor identifying individual networks that are assumed independent for
modeling purposes), SegmentID
(a unique identifier for each stream
segment), and DistanceUpstream
(the cumulative distance from the
network outlet, the most downstream point on a network, to the uppermost
point of that stream segment). Row names are set to SegmentID
values.
obspoints
:Object of class "SSNPoints"
with 2 slots
@ SSNPoints: List of SSNPoint objects with 5 slots @ network.point.coords: object of class "data.frame". Row names represent point identifiers (pid) stored in the point.data data.frame. $ NetworkID: factor identifying the NetworkID of that point $ SegmentID: factor identifying the unique stream segment of that point $ DistanceUpstream: numeric value representing the cumulative distance from the network outlet, the most downstream point on a network, to that point @ point.coords: numeric matrix or "data.frame" with x- and y- coordinates (each row is a point); row names represent point identifiers (pid) stored in the point.data data.frame. @ point.data: object of class "data.frame"; the number of rows in data should equal the number of points in the network.point.coords object; row names are set to the pid attribute. @ points.bbox: Object of class "matrix"; see Spatial-class @ proj4string: Object of class "CRS"; see CRS-class @ ID: character string representing the name of the observation points
predpoints
:Object of class "SSNPoints"
. See description of object format under
slot obspoints
path
:Object of class "character"
representing the file location of the
SSN dataset
data
:Object of class "data.frame"
. The number of rows in data should
equal the number of lines in the lines object. Row names correspond to
SegmentID
values
lines
:Object of class "list"
; list members are all of class Lines.
Each list item represents a polyline segment and the number of list items
should be equal to the number of rows in the network.line.coords
object
bbox
:Object of class "matrix"
; see Spatial
proj4string
:Object of class "CRS"
; see CRS
Class SpatialLines-class, by class "SpatialLinesDataFrame", distance 2.
Line-class, Lines-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.