polygon.create {RGeoS} | R Documentation |
Creates a new Polygon structure
polygon.create(x, y, polygon=NA)
x |
Vector containing the coordinates along X of the polygon vertices |
y |
Vector containing the coordinates along Y of the polygon vertices |
polygon |
When an already Polygon is provided, this function adds the new Polyset to the existing Polygon. If the Polygon argument is passed as NA, a new Polygon is created containing a single Polyset. |
The dimensions of the arguments 'x' and 'y' must be similar
The newly created polygon-class
structure