## Not run:
# ## Example of a PCA k-means pairs plot (computationally heavy)
# data(cachexia)
# 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))
# ## End(Not run)
Run the code above in your browser using DataLab