order_parcoord: order_parcoord

View source: R/order_parcoord.R

order_parcoordR Documentation

order_parcoord

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

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

order_parcoord(iris)

sigbertklinke/smvgraph documentation built on Dec. 10, 2022, 9:13 a.m.