order_parcoord: order_parcoord

Description Usage Arguments Value Examples

View source: R/order_parcoord.R

Description

Returns a reordering of the columns of x to visualize highly correlated variable pairs based on a cluster analysis of the correlation matrix. If no colum names are given then V1, V2, ... will be used.

Usage

1
order_parcoord(x, method = "spearman", ...)

Arguments

x

data matrix

method

numeric: order method (default: "spearman")

...

further parameters given to stats::cor()

Value

order of column vectors

Examples

1

smvgraph documentation built on Nov. 9, 2021, 9:06 a.m.