plot.lda.ct: Plot an lda.ct object
Description
Plots the Fisher's linear discriminant functions generated by a call
to lda.ct.
Usage
# S3 method for lda.ct
plot(x, ylab = "Discriminants", xlab = "Time", which = NULL, col = NULL, ...)
Value
None; a plot is generated.
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
Author
Biplab Paul <paul.biplab497@gmail.com> and Philip Tzvi Reiss <reiss@stat.haifa.ac.il>
Examples
Run this code
## see the example at the end of ?pca.ct
Run the code above in your browser using DataLab