Usage
"biplot"(x, comps = c(1, 2),
colors = list(scores1="orange", scores2="darkgreen", loadings="red", background="gray84"),
textsize = 6, arrowshapes = c(25, 0.03), labelpos = 0.35, ...)
Arguments
x
object of class sprmda.
comps
vector with two integers, referring to the components to be plotted.
colors
list of four elements named scores1
(for observations of group coded with 1), scores2
(for observations of group coded with -1), loadings
and background
with color codes or names of colors.
textsize
the text size in which to print the scores and loading names.
arrowshapes
vector of length two containing the angle of the arrowheads and their relative length in npc.
labelpos
numeric value; determines distance of the arrow label to the arrowhead.
...
further arguments. Currently not used.