path_cor {PairViz} | R Documentation |
Measures the tendency of edge weights to increase.
Description
Returns the (Kendalls tau) correlation of the edge weights with the vector 1.. (number of weights).
Usage
path_cor(edgew, method = "kendall")
Arguments
edgew |
A vector of edge weights. |
method |
passed to |
[Package PairViz version 1.3.6 Index]