Learn R Programming

ICSClust (version 0.1.1)

print.ICSClust_summary: Print of an ICSClust_summary object

Description

Prints an ICSClust_summary object in an informative way.

Usage

# S3 method for ICSClust_summary
print(x, info = FALSE, digits = 4L, ...)

Value

The supplied object of class "ICSClust_summary" is returned invisibly.

Arguments

x

object of class "ICSClust_summary".

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.

Author

Aurore Archimbaud