Learn R Programming

CepLDA (version 1.0.0)

plot.ceplda: Plot Method for Class 'ceplda'

Description

Plots a set of data on one, two or more linear discriminants.

Usage

"plot"(x, ...)

Arguments

x
an object of class "ceplda".
...
additional arguments.

Details

This function is a method for the generic function plot() for class "ceplda". It can be invoked by calling plot(x) for an object x of the appropriate class, or directly by calling plot.ceplda(x) regardless of the class of the object. Details usage of this function is equivalent to plot.lda(MASS).

See Also

cep.lda, plot.lda