ICSClust objectSummarizes an ICSClust object in an informative way.
# S3 method for ICSClust
summary(object, ...)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
object of class "ICSClust".
additional arguments passed to summary()
Aurore Archimbaud