db.fold.polyline {RGeostats}R Documentation

Copy variables from an Input to an Output folded Db

Description

Copy variables from an Input to an Output folded Db

Usage

db.fold.polyline(dbin, dbout, xl, yl, names = db.getname(dbin, "z", 1),
                 radix = "Fold", modify.target = db.locmod())

Arguments

dbin

The db-class structure containing the 2-D Grid file, where the target variables are read.

dbout

The db-class structure containing the 2-D file where the new variables must be written

xl

Array containing the first coordinate of the Polyline vertices.

yl

Array containing the second coordinate of the Polyline vertices.

names

List of the variables (of the input Db) to be copied into the output Db.

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 Output db-class where the target variables are copied after they have been folded from the Input db-class.


[Package RGeostats version 14.0.10 Index]