Description Usage Arguments Details Value Author(s) Examples
View source: R/ColContributionPlot.R
Plots the contributios of a biplot
1 2 3 |
bip |
An object of class ContinuousBiplot |
A1 |
First dimension to plot |
A2 |
Second dimension to plot |
Colors |
Colors for the variables |
Labs |
Labels for the variables |
MinQuality |
Min quality to plot |
CorrelationScale |
Scales for correlation |
ContributionScale |
Scales for contributions |
AddSigns2Labs |
Add the siggns of the correlations to the labels |
... |
Any other graphical parameter |
Plots the contributions on a plot that sows also the sum for both axes-
The contribution plot
Jose Luis Vicente Villardon
1 2 3 4 5 6 | ## Simple Biplot with arrows
data(Protein)
bip=PCA.Biplot(Protein[,3:11])
# Plot of the Variable Contributions
ColContributionPlot(bip, cex=1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.