calculate_dci_dia_thresh {dci} | R Documentation |
Calculate thresholded diadromous DCI
Description
Calculate thresholded diadromous DCI
Usage
calculate_dci_dia_thresh(
net,
all_members,
net_nodes,
seg_weights,
weighted,
threshold,
totweight,
outlet_seg,
parallel,
quiet
)
Arguments
net |
A |
all_members |
An integer vector holding all assigned membership labels
in the |
net_nodes |
An |
seg_weights |
A data frame of each segments total length. Either weighted or unweighted depending on parameters. |
threshold |
Optional numeric value specifying a dispersal limit in map
units. If |
outlet_seg |
An integer indicating the membership label of the outlet segment |
parallel |
Logical. If |
quiet |
Logical. If |