Learn R Programming

MultBiplotR (version 23.11.0)

plot.PCA.Analysis: Plots a Principal Component Analysis

Description

Plots the results of a Principal Component Analysis.

Usage

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

Value

The PCA plot.

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

Author

Jose Luis Vicente Villardon

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.

See Also

plot.ContinuousBiplot

Examples

Run this code
# Not yet

Run the code above in your browser using DataLab