plotPCAloading: Plot PCA loading

View source: R/pcaPlots.R

plotPCAloadingR Documentation

Plot PCA loading

Description

Plot PCA loading

Usage

plotPCAloading(
  loadings,
  x = 1L,
  y = 2L,
  circle = FALSE,
  title = "",
  subtitle = "",
  ...
)

Arguments

loadings

PCA loadings

x

Integer, which loading is to be visualized on the X axis?

y

Integer, the loading to be visualized on the X axis.

circle

Logical, whether draw circle or not

title

Character string

subtitle

Character string

...

Passed to plot


bedapub/ribiosPlot documentation built on Sept. 1, 2023, 6:50 p.m.