Learn R Programming

smvgraph (version 0.1.2)

order_parcoord: 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

Run this code
# NOT RUN {
order_parcoord(iris)
# }

Run the code above in your browser using DataLab