plot.listpoly {RCALI} | R Documentation |
Plot of an object of class 'listpoly'
Description
Plot all the polygons of an object of class "listpoly"
, optionnaly with
colors.
Usage
## S3 method for class 'listpoly'
plot(x, add = F, color = T, ...)
Arguments
x |
Object of class |
add |
TRUE, to add to a previous plot, for example after a zoom. |
color |
TRUE, to fill each polygon in a different color. |
... |
List of arguments passed as-is to plot.poly |
Value
None.
Note
To make a zoom, type in: zoom() (see 'splancs') then use this function with argument “add=TRUE”.
[Package RCALI version 0.3.6 Index]