polygon.read {RGeostats}R Documentation

Read a Polygon from an ASCII file (RGeostats format)

Description

Read a Polygon from an ASCII file (RGeostats format)

Usage

polygon.read(filename,must.noproj=TRUE)

Arguments

filename

Name of the ASCII file containing the information of the Polygon

must.noproj

When TRUE, the contents of the ASCII file is not translated before the storage in the Polygon structure, even if a projection is active.

Details

Format of the ASCII file:

For each Polyset:

Value

The newly created Polygon structure


[Package RGeostats version 14.0.10 Index]