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 cor

[Package PairViz version 1.0 Index]