powered by
Shows a interactive 3D PCA biplot.
pca_biplot3D(dataset, pca.result, column.class = NULL, pcas = c(1, 2, 3))
list representing the dataset from a metabolomics experiment.
prcomp object with the PCA results.
metadata's variable.
the three principal components.
# NOT RUN { ### Example of a 3D PCA biplot 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