polygon.hull {RGeostats}R Documentation

Calculate the polygon as convex hull of a Data Base

Description

Calculate the polygon as convex hull of a Data Base

Usage

polygon.hull(dbin, must.noproj = TRUE)

Arguments

dbin

The db-class where the active samples will serve in defining their convex hull

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.

Value

A polygon which corresponds to the Convex Hull of the active sample contained in Db.


[Package RGeostats version 14.0.10 Index]