Description Usage Arguments Methods (by class)
This generic method intends to extract the data of a given network of a SpatialNetwork object.
| 1 2 3 4 5 6 7 8 | graph.network.data(object, network.name)
## S4 method for signature 'SpatialNetwork,character'
graph.network.data(object, network.name)
## S4 replacement method for signature 'SpatialNetwork,character,matrix'
graph.network.data(object,
  network.name) <- value
 | 
| object | a  | 
| network.name | character; the name of the network. | 
| value | the network data. Currently only support a  | 
object = SpatialNetwork,network.name = character: method for SpatialNetwork objects.
object = SpatialNetwork,network.name = character,value = matrix: method for SpatialNetwork objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.