Learn R Programming

spnet (version 0.9.1-0)

graph.symbol.legend: Get the symbol legend of a SpatialNetwork object

Description

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

Usage

graph.symbol.legend(object)
"graph.symbol.legend"(object)
"graph.symbol.legend"(object) <- value

Arguments

object
a SpatialNetwork object.
value
the new legend.

Methods (by class)

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