summary.pelora: Summary Method for Pelora Objects

View source: R/pelora.R

summary.peloraR Documentation

Summary Method for Pelora Objects

Description

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

Usage

## S3 method for class 'pelora'
summary(object, digits, ...)

Arguments

object

an R object of class "pelora", typically the result of pelora().

digits

The number of digits that should be printed.

...

Further arguments passed to and from methods.

Author(s)

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

See Also

pelora, also for references.

Examples

 ## Running the examples of Pelora's help page
 example(pelora, echo = FALSE)
 summary(fit)

mmaechler/supclust documentation built on Aug. 14, 2024, 5:32 p.m.