# NOT RUN {
## Example of a 3D PCA k-means plot
data(cachexia)
pca.result = pca_analysis_dataset(cachexia)
pca_kmeans_plot3D(cachexia, pca.result, num.clusters = 3,
pcas = c(1,2,3))
# }
Run the code above in your browser using DataLab