
Yields a projection of the cases (for example wilma
.
# S3 method for wilma
plot(x, xlab = NULL, ylab = NULL, col = seq(x$yvals),
main = "2-Dimensional Projection of Wilma's Output", ...)
character string, giving the annotation of the
x
-axis.
character string, giving the annotation of the
x
-axis.
a numeric vector of length 2, coding the colors that will be used for plotting the class labels.
a character string, giving the title of the plot.
Further arguments passed to and from methods.
wilma
, also for references.
# NOT RUN {
## Running the examples of Wilma's help page
example(wilma, echo = FALSE)
plot(fit)
# }
Run the code above in your browser using DataLab