SpatialGraph-class {SpatialGraph} | R Documentation |
Class "SpatialGraph"
Description
Class for spatial networks
Objects from the Class
Objects can be created by calls to the function SpatialGraph
Slots
v
:Object of class
"SpatialPointsDataFrame"
, whose data.frame must contain the "ID" field as unique identifiere
:Object of class
"SpatialLinesDataFrame"
, whose data.frame must contain the fieldsv0
andv1
matching the unique identifiers "ID" in the slotv
data.framedist
:Matrix, representing the undirected along-graph distance between all vertices in the network
path
:list with variable length arrays describing the minimum distance path between vertices
Author(s)
Javier Garcia-Pintado, e-mail: j.garcia-pintado@reading.ac.uk
[Package SpatialGraph version 1.0-4 Index]