plot.lda.ct {ctmva}R Documentation

Plot an lda.ct object

Description

Plots the Fisher's linear discriminant functions generated by a call to lda.ct.

Usage

## S3 method for class 'lda.ct'
plot(x, ylab = "Discriminants", xlab = "Time", which = NULL, col = NULL, ...)

Arguments

x

linear discriminant analysis object produced by lda.ct

ylab, xlab

y- and x-axis labels

which

which of the linear discrminants to plot

col

color vector

...

other arguments passed to matplot

Value

None; a plot is generated.

Author(s)

Biplab Paul <paul.biplab497@gmail.com> and Philip Tzvi Reiss <reiss@stat.haifa.ac.il>

See Also

lda.ct

Examples


## see the example at the end of ?pca.ct



[Package ctmva version 1.4.0 Index]