biPlot: Principal components biplot

Description Usage Arguments Details Value See Also Examples

View source: R/biPlot.R

Description

biPlot performs a principal components analysis and displays the variables and observations in the space of the first two principal components.

Usage

1

Arguments

data

a data frame.

...

parameters passed to the factoextra::fviz_pca_biplot function.

Details

The biPlot function is a wrapper for the prcomp and factoextra::fviz_pca_biplot() functions. For the former, center=TRUE and scale=TRUE are set. For the later, repel=TRUE is set.

Value

a ggplot2 graph

See Also

PCA

Examples

1

Rkabacoff/qacr documentation built on March 20, 2021, 3:03 p.m.