Learn R Programming

spnet (version 0.9.1-0)

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

Description

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

Usage

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

Arguments

object
a SpatialNetwork object.
value
the new color, for example "#000000".

Methods (by class)

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