order_parcoord {smvgraph}R 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)

[Package smvgraph version 0.1.2 Index]