polygon.plot {RGeoS}R Documentation

Polygon graphic representation

Description

Performs the graphic representation of the Polygon class

Usage

polygon.plot(x, lty = NA, col = NA, lwd = NA, density = 0,
		xlab = "", ylab = "", add = FALSE, reset=TRUE,...)

Arguments

x

The polygon-class structure to be displayed

lty

Type of line drawing

col

Color for the line

lwd

Width for the line

density

Density used for filling the polygon. When set to 0, only the polygon vertices are represented.

xlab

Label given on the horizontal axis

ylab

Label given on the vertical axis

add

When FALSE a new page is initialized before the graphic. Otherwise, the graphic is overlayed on the already existing page

...

Arguments passed for the plot function

reset

When TRUE, the screen is erased before the plot is performed.

Value

Not used here.


[Package RGeoS version 9.1.1 Index]