View source: R/calculate_dci.R
gather_dci | R Documentation |
Calculate thresholded invasive DCI
gather_dci(
net,
form,
from,
to,
distance,
pass,
nodes,
seg_weights,
threshold,
totweight,
weighted
)
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. |
A data frame which holds raw and relative DCI scores for each segment.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.