Learn R Programming

supclust (version 1.1-1)

summary.wilma: Summary Method for Wilma Objects

Description

Yields detailed information about the variables (genes) that have been selected, and how they were clustered.

Usage

# S3 method for wilma
summary(object, ...)

Arguments

object

An R object of class "wilma", typically the result of wilma().

Further arguments passed to and from methods.

See Also

wilma, also for references.

Examples

Run this code
# NOT RUN {
 ## Running the examples of Wilma's help page
 example(wilma, echo = FALSE)
 summary(fit)
# }

Run the code above in your browser using DataLab