plot.ceplda: Plot Method for Class 'ceplda'

Description Usage Arguments Details See Also

Description

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

Usage

1
2
## S3 method for class 'ceplda'
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


CepLDA documentation built on May 1, 2019, 6:50 p.m.

Related to plot.ceplda in CepLDA...