View source: R/calculate_dci.R
gather_dci | R Documentation |
Calculate sub-segmental DCI component between a single pair of segments
gather_dci(
net,
form,
from,
to,
distance,
pass,
nodes,
seg_weights,
threshold,
totweight,
weighted
)
net |
A |
from |
The origin segment's membership label. |
to |
The destination segment's membership label. |
distance |
The distance, in map units, between the two segments as calculated by |
pass |
The passability between the two segments as calculated by |
nodes |
An |
seg_weights |
A data frame of each segments total length. Either weighted or unweighted depending on parameters. |
threshold |
An optional numeric value specifying a dispersal limit in map units. If NULL, the default, no limit is considered. |
totweight |
The total length or weighted length of the whole network. |
weighted |
A logical value indicating whether river lengths in seg_weights are weighted. |
The sub-segmental DCI component between given pair of segments.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.