polygon.write {RGeostats} | R Documentation |
Write a Polygon in an ASCII file (RGeostats format)
polygon.write(polygon, filename="polygon.ascii", must.noproj=TRUE,verbose = 0)
polygon |
The |
filename |
Name of the ASCII file where the Polygon is dumped out |
must.noproj |
When TRUE, the contents of the Polygon structure is not converted before it is stored in the ASCII file, even if a projection is defined. |
verbose |
When TRUE, the verbose option is switched ON |
Format of the ASCII file:
Number of Polysets in the Polygon
For each Polyset:
Number of vertices
2-D Coordinates of the polyset vertices
Not used