print.wilma: Print Method for Wilma Objects

Description Usage Arguments Author(s) See Also Examples

View source: R/wilma.R

Description

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

Usage

1
2
## 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

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

supclust documentation built on Sept. 27, 2021, 5:11 p.m.