View source: R/plotting_functions.R
ggpca | R Documentation |
Quick plotting of PCA results. For advanced analysis, see e.g. browseVignettes("PCAtools").
ggpca(
data,
design = NULL,
mapping = ggplot2::aes(),
center = TRUE,
scale = TRUE,
na = NULL,
n = NULL,
label = FALSE,
digits = 2,
colors = NULL,
size = 3.5,
return_data = FALSE,
...
)
... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.