plotPCA: Plot Principal Component Analysis results

View source: R/plotPCA.R

plotPCAR Documentation

Plot Principal Component Analysis results

Description

Plot Principal Component Analysis results

Usage

plotPCA(
  X,
  labels,
  xlim = NULL,
  ylim = NULL,
  cex.lab = 1,
  gPars = ErrViewLib::setgPars()
)

Arguments

X

a numeric matrix

labels

a strings vector with the names of the data points

xlim

(optional) a 2-vector of limits for the x-axis

ylim

(optional) a 2-vector of limits for the y-axis

cex.lab

(optional) character expansion factor used for labelling the points.

gPars

a list of graphical parameters. See setgPars.

Value

a plot


ppernot/ErrViewLib documentation built on June 1, 2024, 4:33 a.m.