View source: R/order_andrews.R
order_andrews | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.