View source: R/dataPreprocessing.R
plotPCA_fviz_biplot | R Documentation |
Creates a biplot to visualize both the individuals and variables in a PCA result.
plotPCA_fviz_biplot(pca_result, title = NULL)
pca_result |
The result of a PCA analysis (object returned from 'performPCA'). |
title |
An optional title for the biplot. If NULL, a default title will be used. |
A ggplot object representing the PCA biplot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.