aRTlayer-addLines {aRT}R Documentation

Add lines to a layer or to a network.

Description

Function to add a set of lines to a layer or to a network.

Usage

## S4 method for signature 'aRTlayer':
addLines(object, lines)
## S4 method for signature 'aRTnetwork':
addLines(object, lines, weight)

Arguments

object Object of class aRTlayer.
lines A set of lines described in an aRTgeometry object.
weight The weight of the lines for computing distances.

Author(s)

Pedro Ribeiro de Andrade

See Also

See aRTlayer-class and aRTnetwork-class to show the description of these class.


[Package aRT version 1.6-1 Index]