db.selhull {RGeostats}R Documentation

Establish the selection of Dbout as the convex hull of the active data contained in Dbin

Description

Establish the selection of Dbout as the convex hull of the active data contained in Dbin

Usage

db.selhull(dbin, dbout, combine = "set", flag.replace = TRUE)

Arguments

dbin

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

dbout

The db-class where the selection derived from the convex hull will be applied

combine

When a selection already exists, the 'combine' keyword indicates how the current selection must be combined with the previous one. For more information on the available keywords, check db.selcombine.

flag.replace

When a selection already exists and a new selection is created, the previously existing selection is deleted beforehand if this flag is TRUE. Otherwise a new variable is created.

Value

The db-class corresponding to Dbout where the selection has been defined

See Also

db-class


[Package RGeostats version 14.0.10 Index]