Learn R Programming

spnet (version 0.9.1-0)

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

Description

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

Usage

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

Arguments

object
a SpatialNetwork object.
value
the color legend.

Methods (by class)

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