db.unfold.polyline {RGeostats} | R Documentation |
Fold a Db with respect to a Polyline
db.unfold.polyline(db, xl, yl, radix = "Unfold", modify.target = db.locmod())
db |
The |
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 |
The Input link{db-class}
where the new coordinates (in the
unfolded system) are added.