polygon.plot {RGeoS} | R Documentation |
Performs the graphic representation of the Polygon class
polygon.plot(x, lty = NA, col = NA, lwd = NA, density = 0, xlab = "", ylab = "", add = FALSE, reset=TRUE,...)
x |
The |
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. |
Not used here.