Learn R Programming

spnet (version 0.9.1-0)

graph.par.list: Get the list of all par parameters of a SpatialNetwork object

Description

This generic method intends to extract par parameters of a SpatialNetwork object.

Usage

graph.par.list(object)
"graph.par.list"(object)
"graph.par.list"(object) <- value

Arguments

object
the SpatialNetwork object for which we want to get parameters.
value
a list of parameters.

Methods (by class)

  • SpatialNetwork: method for SpatialNetwork objects.
  • object = SpatialNetwork,value = list: method for SpatialNetwork objects.