Calculate non-thresholded invasive DCI
calculate_dci_pot_thresh(
net,
all_members,
net_nodes,
seg_weights,
weighted,
threshold,
totweight,
parallel,
quiet
)A data frame which holds raw and relative DCI scores for each segment.
A river_net object.
An integer vector holding all assigned membership labels
in the river_net object.
An sf object of the nodes of the
river_net object with river attributes joined.
A data frame of each segments total length. Either weighted or unweighted depending on parameters.
Optional numeric value specifying a dispersal limit in map
units. If NULL (default), no limit is applied.
Logical. If FALSE, the default, all operations are
performed in series. If TRUE parallel operation is performed using
furrr::future_pmap(). Specify the number of workers and strategy using
future::plan().
Logical. If FALSE, prints the global DCI and a plot of river
segments to the console. Defaults to TRUE.