powered by
pca_biplot3D(dataset, pca.result, column.class = NULL, pcas = c(1, 2, 3))
## Example of a 3D PCA biplot data(cachexia) pca.result = pca_analysis_dataset(cachexia) pca_biplot3D(cachexia, pca.result, "Muscle.loss", pcas = c(1,2,3))
Run the code above in your browser using DataLab