plot.listpoly: Plot of an object of class 'listpoly'

View source: R/listpoly-methods.R

plot.listpolyR 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 "listpoly".

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”.


RCALI documentation built on Jan. 13, 2023, 5:12 p.m.