aRTlayer-getMetric {aRT} | R Documentation |
Returns some spatial operation that is not stored in the layer. It rerurns the result of this operation over each element.
## S4 method for signature 'aRTlayer': getMetric(object, metric, distance)
object |
Object of class aRTlayer . |
metric |
One metric among:
|
distance |
The distance, used only with buffer. |
Pedro Ribeiro de Andrade Neto
See aRTlayer-class
to the description of this class.
## Not run: getMetric(layer, "hull") getMetric(layer, "buffer", dist=500) ## End(Not run)