polygon.plot {RGeostats} | R Documentation |
Performs the graphic representation of the Polygon class
polygon.plot(x, orientx = 1, orienty = 1, flag.proj=TRUE, flag.num=FALSE, sets=NA, title=NA, add = FALSE, reset=TRUE,...)
x |
The |
orientx |
If positive, the axis is oriented from left to right. If negative, the axis is oriented from right to left. |
orienty |
If positive, the axis is oriented from left to right. If negative, the axis is oriented from right to left. |
flag.proj |
When TRUE, the projection (if defined) is applied. Otherwise, the projection is ignored. |
flag.num |
When TRUE, each vertex of the polygon is represented with its rank within the polygon. |
sets |
List of the ranks of the Polysets to be represented. If a rank is not consistent with the number of Polysets contained in the Polygon, the rank is skipped. If not defined, all the Polysets are drawn. |
title |
Title attached to the graphic |
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 functions |
reset |
When TRUE, the screen is erased before the plot is performed. |
Not used here.