# NOT RUN {
## Example of a 2D PCA scores plot
library(specmine.datasets)
data(cachexia)
pca.result = pca_analysis_dataset(cachexia)
pca_scoresplot2D(cachexia, pca.result, "Muscle.loss", pcas = c(1,2),
ellipses = TRUE)
# }
Run the code above in your browser using DataLab