Description
Computes points to plot an ellipse for each cluster of the clustering model
Usage
ellipses(clustering.model, data.pca)
Arguments
data.pca
data as result of the stats::prcomp(clustering.model$data, scale. = T, center = T)
.
Value
List of vectors with points for each ellipse.