Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

plot.PCA.Analysis

Plots a Principal Component Analysis


Description

Plots the results of a Principal Component Analysis.

Usage

## S3 method for class 'PCA.Analysis'
plot(x, A1 = 1, A2 = 2, CorrelationCircle = FALSE, ...)

Arguments

x

The object with the results of a PCA

A1

Dimension for the first axis of the representation

A2

Dimension for the second axis of the representation

CorrelationCircle

Should the correlation circle be plotted? If false the scores plot is done.

...

Any other arguments of the function plot.ContinuousBiplot

Details

Plots theresults of a Principal Component Analysis. The plot can be the correlation circle containing the correlations of the variables with the components or a plot of the scores of the individuals.

Value

The PCA plot.

Author(s)

Jose Luis Vicente Villardon

See Also

Examples

# Not yet

MultBiplotR

Multivariate Analysis Using Biplots in R

v1.3.30
GPL (>= 2)
Authors
Jose Luis Vicente-Villardon
Initial release
2021-03-30

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.