db.unfold.polyline {RGeostats}R Documentation

Fold a Db with respect to a Polyline

Description

Fold a Db with respect to a Polyline

Usage

db.unfold.polyline(db, xl, yl, radix = "Unfold", modify.target = db.locmod())

Arguments

db

The db-class structure containing the 2-D data file

xl

Array containing the first coordinate of the Polyline vertices.

yl

Array containing the second coordinate of the Polyline vertices.

radix

Radix of the name given to the variables storing the results in the target Db.

modify.target

Decides whether or not the newly created variables will have their locator defined or not. For more information, see db.locmod.

Value

The Input link{db-class} where the new coordinates (in the unfolded system) are added.


[Package RGeostats version 14.0.10 Index]