Plots the contributios of a biplot
ColContributionPlot(bip, A1 = 1, A2 = 2, Colors = NULL, Labs = NULL, MinQuality = 0, CorrelationScale = FALSE, ContributionScale = TRUE, AddSigns2Labs = TRUE, ...)
bip
: An object of class ContinuousBiplotA1
: First dimension to plotA2
: Second dimension to plotColors
: Colors for the variablesLabs
: Labels for the variablesMinQuality
: Min quality to plotCorrelationScale
: Scales for correlationContributionScale
: Scales for contributionsAddSigns2Labs
: Add the siggns of the correlations to the labels...
: Any other graphical parameterPlots the contributions on a plot that sows also the sum for both axes-
The contribution plot
Jose Luis Vicente Villardon
## Simple Biplot with arrows data(Protein) bip=PCA.Biplot(Protein[,3:11]) # Plot of the Variable Contributions ColContributionPlot(bip, cex=1)
Useful links