aRTplot {aRT} | R Documentation |
Plot a given Spatial object.
## S4 method for signature 'Spatial': aRTplot(geom, id, add, ...)
geom |
The geometry to be plotted. |
id |
A vector of ids, selecting objects of the geom. |
add |
Add the object to the current plot or clear the plotting area? |
... |
Other objects passed to points(), polygon(), or lines() |
Pedro Ribeiro de Andrade