View source: R/plotPCAloadings.R
plotPCAloadings | R Documentation |
Creates a PCA loadings plot using ggplot.
plotPCAloadings(df, cutoff = NULL)
df |
A dataframe with the principal components to be plotted in the first two columns. |
cutoff |
Numerical value used to label all features with a loading >cutoff or <-cutoff. Default NULL. |
A PCA loadings plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.