Description Usage Arguments Details
Plots a set of data on one, two or more scaled linear discriminants.
1 2 |
x |
An object of class |
panel |
The panel function used to plot the data. |
... |
Additional arguments to |
cex |
Graphics parameter |
abbrev |
Whether the group labels are abbreviated on the plots. If |
xlab |
Label for the |
ylab |
Label for the |
This function is a method for the generic function
plot()
for class "fenn"
.
It can be invoked by calling plot(x)
for an
object x
of the appropriate class, or directly by
calling plot.fenn(x)
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"
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.