calculate_dci_pot {dci} | R Documentation |
Calculate non-thresholded potamodromous DCI
Description
Calculate non-thresholded potamodromous DCI
Usage
calculate_dci_pot(all_members, net_nodes, seg_weights, parallel, quiet)
Arguments
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. |
parallel |
Logical. If |
quiet |
Logical. If |
Value
A data frame which holds raw and relative DCI scores for each segment.
[Package dci version 1.0.2 Index]