pca.plot: Principal Component Analysis Plotting function

Description Usage Arguments Examples

View source: R/pcanalysis.R

Description

This function outputs biplots for principal components 1 vs. 2 and 1 vs. 3, and plots the percentage of variance explained by each component.

Usage

1
pca.plot(pca)

Arguments

pca

principal component object returned from the run.pca() function

Examples

1
pca.plot(data.pca)

jmcole003/pcanalysis documentation built on Dec. 21, 2021, 1:12 a.m.