## Example of a 3D PCA scores plot
data(cachexia)
pca.result = pca_analysis_dataset(cachexia)
pca_scoresplot3D_rgl(cachexia, pca.result, "Muscle.loss",
pcas = c(1,2,3), labels = TRUE)
Run the code above in your browser using DataLab