powered by
pca_kmeans_plot3D(dataset, pca.result, num.clusters = 3, pcas = c(1, 2, 3), kmeans.result = NULL, labels = FALSE, size = 1, ...)
## 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