db.fold.polyline {RGeostats} | R Documentation |
Copy variables from an Input to an Output folded Db
db.fold.polyline(dbin, dbout, xl, yl, names = db.getname(dbin, "z", 1), radix = "Fold", modify.target = db.locmod())
dbin |
The |
dbout |
The |
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 |
The Output db-class
where the target variables are
copied after they have been folded from the Input db-class
.