Learn R Programming

spnet (version 0.9.1-0)

graph.legend.cex: Get the legend cex parameter of a SpatialNetwork object

Description

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

Usage

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

Arguments

object
a SpatialNetwork object.
value
a numeric.

Methods (by class)

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