Learn R Programming

spnet (version 0.9.1-0)

graph.network.arrow.head.lth: Get the arrow head length of a given network of a SpatialNetwork object

Description

This generic method intends to extract the arrow head length of a given network of a SpatialNetwork object.

Usage

graph.network.arrow.head.lth(object, network.name)
"graph.network.arrow.head.lth"(object, network.name)
"graph.network.arrow.head.lth"(object, network.name) <- value

Arguments

object
a SpatialNetwork object.
network.name
character; the name of the network.
value
the arrow head length.

Methods (by class)

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