Draws a variable on a biplot
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, ...)
bi1
: First component of the direction vectorbi2
: Second component of the direction vectorb0
: Constant for the regression adjusted biplotsxmin
: Minimum value of the x axisxmax
: Maximum value of the x axisymin
: Minimum value of the y axisymax
: Maximum value of the y axislabel
: Label of the variablemode
: Mode of the biplot: "p", "a", "b", "h", "ah" and "s".CexPoint
: Size for the symbols and labels of the variablesPchPoint
: Symbols for the variable (when represented as a point)Color
: Color for the variableticks
: Ticks when the variable is represented as a graded scaleticklabels
: Labels for the ticks when the variable is represented as a graded scaletl
: Thick lengthts
: Size of the mark in the gradedv scalePosition
: If the Position is "Angle" the label of the variable is placed using the angle of the vectorAddArrow
: Add an arrow to the representation of other modes of the biplot.CexScale
: Sizes of the scales...
: Any other graphical parametersSee plot.PCA.Biplot
No value returned
Jose Luis Vicente Villardon
plot.ContinuousBiplot
data(Protein) bip=PCA.Biplot(Protein[,3:11]) plot(bip)
Useful links