Learn R Programming

MultBiplotR (version 23.11.0)

CorrelationCircle: Circle of correlations

Description

Circle of correlations among the manifiest variables and the principal comonents (or dimensions of any biplot).

Usage

CorrelationCircle(bip, A1 = 1, A2 = 2, Colors = NULL, Labs = NULL, ...)

Value

The plot of the circle of correlations

Arguments

bip

an biplot object of any kind.

A1

First dimension for the representation

A2

Second dimension for the representation

Colors

Colors of the variables

Labs

Labels of the variables

...

Any other graphical parameters

Author

Jose Luis Vicente Villardon

Details

Circle of correlations among the manifiest variables and the principal comonents (or dimensions of any biplot).

Examples

Run this code
bip=PCA.Biplot(wine[,4:21])
CorrelationCircle(bip)

Run the code above in your browser using DataLab