path_cor: Measures the tendency of edge weights to increase.

View source: R/hamorder.R

path_corR 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


PairViz documentation built on Aug. 12, 2022, 5:06 p.m.