CorrelationCircle function

Circle of correlations

Circle of correlations

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

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

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

Details

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

Returns

The plot of the circle of correlations

Author(s)

Jose Luis Vicente Villardon

Examples

bip=PCA.Biplot(wine[,4:21]) CorrelationCircle(bip)
  • Maintainer: Jose Luis Vicente Villardon
  • License: GPL (>= 2)
  • Last published: 2023-11-21

Useful links