Draws a continuous variable on a biplot
VarBiplot(bi1, bi2, b0 = 0, xmin = -3, xmax = 3, ymin = -3, ymax
= 3, label = "Point", mode = "a", CexPoint = 0.8,
PchPoint = 1, Color = "blue", ticks = c(-3, -2.5, -2,
-1.5, -1, -0.5, 0.5, 1, 1.5, 2, 2.5, 3), ticklabels =
round(ticks, digits = 2), tl = 0.04, ts = "Complete",
Position = "Angle", AddArrow=FALSE, CexScale=0.8, ...)
No value returned
First component of the direction vector
Second component of the direction vector
Constant for the regression adjusted biplots
Minimum value of the x axis
Maximum value of the x axis
Minimum value of the y axis
Maximum value of the y axis
Label of the variable
Mode of the biplot: "p", "a", "b", "h", "ah" and "s".
Size for the symbols and labels of the variables
Symbols for the variable (when represented as a point)
Color for the variable
Ticks when the variable is represented as a graded scale
Labels for the ticks when the variable is represented as a graded scale
Thick length
Size of the mark in the gradedv scale
If the Position is "Angle" the label of the variable is placed using the angle of the vector
Add an arrow to the representation of other modes of the biplot.
Sizes of the scales
Any other graphical parameters
Jose Luis Vicente Villardon
See plot.PCA.Biplot
plot.ContinuousBiplot
data(Protein)
bip=PCA.Biplot(Protein[,3:11])
plot(bip)
Run the code above in your browser using DataLab