print.wilma {supclust}R Documentation

Print Method for Wilma Objects

Description

Yields an overview about the size and the final criterion values of the clusters that were selected by wilma.

Usage

## S3 method for class 'wilma'
print(x, ...)

Arguments

x

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

...

Further arguments passed to and from methods.

Author(s)

Marcel Dettling, dettling@stat.math.ethz.ch

See Also

wilma, also for references.

Examples

 ## Running the examples of Wilma's help page
 example(wilma, echo = FALSE)
 print(fit)

[Package supclust version 1.1-1 Index]