Learn R Programming

spnet (version 0.9.1-0)

graph.symbol.shift.y: Get the symbol shift on the y axis of a SpatialNetwork object

Description

This generic method intends to extract the value of the symbol shift on the y of a SpatialNetwork object.

Usage

graph.symbol.shift.y(object)
"graph.symbol.shift.y"(object)
"graph.symbol.shift.y"(object) <- value

Arguments

object
a SpatialNetwork object.
value
a numeric; the value of the shift.

Methods (by class)

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