order_parcoord {smvgraph} | R Documentation |
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.
order_parcoord(x, method = "spearman", ...)
x |
data matrix |
method |
numeric: order method (default: |
... |
further parameters given to |
order of column vectors
order_parcoord(iris)