Produce Pairwise Scatterplots from an lda Fit

DESCRIPTION:

Pairwise scatterplot of the data on the linear discriminants.

USAGE:

pairs.lda(x, labels = dimnames(x)[[2]], panel = panel.lda,
         dimen, abbrev = F, ..., cex = 0.7, type = c("std", "trellis"))

REQUIRED ARGUMENTS:

x
Object of class "lda".

OPTIONAL ARGUMENTS:

labels
vector of character strings for labelling the variables.
panel
panel function to plot the data in each panel.
dimen
The number of linear discriminants to be used for the plot; if this exceeds the number determined by x the smaller value is used.
abbrev
whether the group labels are abbreviated on the plots. If abbrev > 0 this gives minlength in the call to abbreviate.
...
additional arguments for pairs.default.
cex
graphics parameter cex for labels on plots.
type
type of plot. The default is in the style of pair.default; the type "trellis" uses the Trellis function splom.

DETAILS:

This function is a method for the generic function for class lda. It can be invoked by calling for an objectx of the appropriate class, or directly by calling regardless of the class of the object.

SEE ALSO: