Learn R Programming

supclust (version 1.1-1)

print.wilma: 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 wilma
print(x, ...)

Arguments

x

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)
 print(fit)
# }

Run the code above in your browser using DataLab