# NOT RUN {
## Example of a PCA k-means pairs plot
pca.result = pca_analysis_dataset(cachexia)
kmeans.res = kmeans_clustering(cachexia, 3)
pca_pairs_kmeans_plot(cachexia, pca.result, num.clusters = 3,
kmeans.result = kmeans.res, pcas = c(1,2,3,4,5))
# }
Run the code above in your browser using DataLab