summary.ICSClust {ICSClust} | R Documentation |
Summary of an ICSClust
object
Description
Summarizes an ICSClust
object in an informative way.
Usage
## S3 method for class 'ICSClust'
summary(object, ...)
Arguments
object |
object of class |
... |
additional arguments passed to |
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
Author(s)
Aurore Archimbaud
[Package ICSClust version 0.1.0 Index]