ggpca: Principal component analysis and plotting of data

View source: R/plotting_functions.R

ggpcaR Documentation

Principal component analysis and plotting of data

Description

Quick plotting of PCA results. For advanced analysis, see e.g. browseVignettes("PCAtools").

Usage

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,
  ...
)

Arguments

...

AlexanderKirchmair/datamisc documentation built on June 13, 2025, 5:26 a.m.