print.ICSClust_summary {ICSClust} | R Documentation |
Print of an ICSClust_summary
object
Description
Prints an ICSClust_summary
object in an informative way.
Usage
## S3 method for class 'ICSClust_summary'
print(x, info = FALSE, digits = 4L, ...)
Arguments
x |
object of class |
info |
logical, either TRUE or FALSE. If TRUE, prints additional information on arguments used for computing scatter matrices (only named arguments that contain numeric, character, or logical scalars) and information on the parameters of the algorithm. Default is FALSE. |
digits |
number of digits for the numeric output. |
... |
additional arguments are ignored. |
Value
The supplied object of class "ICSClust_summary"
is returned invisibly.
Author(s)
Aurore Archimbaud
[Package ICSClust version 0.1.0 Index]