order_andrews {smvgraph} | R Documentation |
Returns a reording of the columns of x
to visualize outliers or clusters better.
If no colum names are given then V1
, V2
, ... will be used.
order_andrews(x, method = 1)
x |
data matrix |
method |
numeric: order method (default:
|
order of column vectors
order_andrews(iris)