lda
plot.lda(x, panel = panel.lda, ..., cex = 0.7, dimen, abbrev = F,
xlab = "LD1", ylab = "LD2")
"lda".
pairs,
ldahist or
eqscplot.
cex for labels on plots.
x the smaller value is used.
abbrev > 0
this gives
minlength in the call to
abbreviate.
This function is a method for the generic function
for class lda.
It can be invoked by calling
for an object x of the appropriate class, or directly by calling
regardless of the class of the object.
The behaviour is determined by the value of
dimen. For
dimen > 2,
a
pairs plot is used. For
dimen = 2, an equiscaled scatter plot is
drawn. For
dimen = 1, a set of histograms or density plots are
drawn. Use argument
type to match
"histogram" or
"density" or
"both"
.