Learn R Programming

ICSClust (version 0.1.1)

summary.ICSClust: Summary of an ICSClust object

Description

Summarizes an ICSClust object in an informative way.

Usage

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

Value

An object of class "ICSClust_summary" with the following components:

  • ICS_out: ICS_out object

  • nb_comp: number of selected components

  • select: vector of names of selected components

  • nb_clusters: number of clusters

  • table_clusters: frequency table of clusters

Arguments

object

object of class "ICSClust".

...

additional arguments passed to summary()

Author

Aurore Archimbaud