Learn R Programming

spnet (version 0.9.1-0)

graph.title.sub: Get the sub title of a SpatialNetwork object

Description

This generic method intends to extract the sub title of a SpatialNetwork object.

Usage

graph.title.sub(object)
"graph.title.sub"(object)
"graph.title.sub"(object) <- value

Arguments

object
a SpatialNetwork object.
value
the new title.

Methods (by class)

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