polygon.write {RGeostats}R Documentation

Write a Polygon in an ASCII file (RGeostats format)

Description

Write a Polygon in an ASCII file (RGeostats format)

Usage

polygon.write(polygon, filename="polygon.ascii", must.noproj=TRUE,verbose = 0)

Arguments

polygon

The polygon-class to be dumped

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

Details

Format of the ASCII file:

For each Polyset:

Value

Not used


[Package RGeostats version 14.0.10 Index]