View source: R/CorrelationCircle.R
CorrelationCircle | R Documentation |
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, ...)
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 |
Circle of correlations among the manifiest variables and the principal comonents (or dimensions of any biplot).
The plot of the circle of correlations
Jose Luis Vicente Villardon
bip=PCA.Biplot(wine[,4:21])
CorrelationCircle(bip)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.