aRTlayer-addLines {aRT} | R Documentation |
Function to add a set of lines to a layer or to a network.
## S4 method for signature 'aRTlayer': addLines(object, lines) ## S4 method for signature 'aRTnetwork': addLines(object, lines, weight)
object |
Object of class aRTlayer . |
lines |
A set of lines described in an aRTgeometry object. |
weight |
The weight of the lines for computing distances. |
Pedro Ribeiro de Andrade
See aRTlayer-class
and aRTnetwork-class
to show the description of these class.