plot.lda.ct {ctmva} | R Documentation |
Plots the Fisher's linear discriminant functions generated by a call
to lda.ct
.
## S3 method for class 'lda.ct'
plot(x, ylab = "Discriminants", xlab = "Time", ...)
x |
linear discriminant analysis object produced by |
ylab, xlab |
y- and x-axis labels |
... |
other arguments passed to |
None; a plot is generated.
Biplab Paul <paul.biplab497@gmail.com> and Philip Tzvi Reiss <reiss@stat.haifa.ac.il>
## see the example at the end of ?pca.ct