Learn R Programming

spnet (version 0.9.1-0)

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

Description

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

Usage

graph.symbol.list(object)
"graph.symbol.list"(object)
"graph.symbol.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.