pca: pca: A pca function

Description Usage Arguments Value Examples

View source: R/plotting_functions.R

Description

pca: A pca function

Usage

1
2
pca(mydata, labels = FALSE, dotsize = 3, axistextsize = 18,
  legendtextsize = 18)

Arguments

mydata

Data frame or matrix: matrix or data frame with samples as columns, features as rows

labels

Factor: to label the plot with colours

dotsize

Numerical value: dot size

axistextsize

Numerical value: axis text size

legendtextsize

Numerical value: legend text size

Value

A pca plot object

Examples

1
ex_pca <- pca(blobs[,1:50])

Spectrum documentation built on Feb. 10, 2020, 9:07 a.m.