rbindlistDtDtpot {SpaDES.tools} | R Documentation |
Internal helpers
Description
Not for users.
A function to setnames
and rbindlist
that is used in spread2
.
Usage
rbindlistDtDtpot(
dt,
dtPotential,
returnFrom,
needDistance,
dtPotentialColNames
)
reorderColsWDistance(needDistance, dtPotential, dtPotentialColNames)
angleQuality(from, to, landscape, actualAsymmetryAngle)
asymmetryAdjust(angleQualities, quantity, actualAsymmetry)
Arguments
dt |
a |
dtPotential |
a |
returnFrom |
logical |
needDistance |
logical |
dtPotentialColNames |
character vector. |
from |
vector of cell locations which are the "from" or starting cells |
to |
vector of same length as |
landscape |
|
actualAsymmetryAngle |
Angle in degrees, either a vector length 1 or vector
|
angleQualities |
Matrix. The output from |
quantity |
Variable of interest to adjust, e.g., |
actualAsymmetry |
Asymmetry intensity. Derived from |
[Package SpaDES.tools version 2.0.7 Index]