plot.wilma: 2-Dimensional Visualization of Wilma's Output
Description
Yields a projection of the cases (for example \(n\) gene
expression profiles) into the space of the first two gene group
centroids that were identified by wilma.
Usage
# S3 method for wilma
plot(x, xlab = NULL, ylab = NULL, col = seq(x$yvals),
main = "2-Dimensional Projection of Wilma's Output", ...)
Arguments
x
an R object of class"wilma",
typically the result of wilma().
xlab
character string, giving the annotation of the
x-axis.
ylab
character string, giving the annotation of the
x-axis.
col
a numeric vector of length 2, coding the colors that will
be used for plotting the class labels.