powered by
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.
x
V1
V2
order_andrews(x, method = 1)
data matrix
numeric: order method (default: 1)
1
1: interquartile range
2: \(max(x-median(x))/IQR(x)\) (outlier)
3: fit to a Ward cluster solution with euclidean distance
order of column vectors
# NOT RUN { order_andrews(iris) # }
Run the code above in your browser using DataLab