gather_dci {dci} | R Documentation |
Calculate thresholded invasive DCI
Description
Calculate thresholded invasive DCI
Usage
gather_dci(
net,
form,
from,
to,
distance,
pass,
nodes,
seg_weights,
threshold,
totweight,
weighted
)
Arguments
net |
A |
form |
A string specifying the DCI form to calculate. Options are: "pot" for potamodromous or "dia" for diadromous. |
pass |
The name of a column in the nodes table of |
threshold |
Optional numeric value specifying a dispersal limit in map
units. If |
totweight |
The total length or weighted length of the whole network. |
weighted |
A logical value indicating whether river lengths in seg_weights are weighted. |
Value
A data frame which holds raw and relative DCI scores for each segment.
[Package dci version 1.0.2 Index]