summary.ICS-S3: To summarize an 'ICS' object

summary.ICS-S3R Documentation

To summarize an ICS object

Description

Summarizes and prints an ICS object in an informative way.

Usage

## S3 method for class 'ICS'
summary(object, ...)

Arguments

object

object of class ICS.

...

additional arguments passed to print.ICS().

Author(s)

Andreas Alfons and Aurore Archimbaud

See Also

ICS()

print.ICS()

Examples

data("iris")
X <- iris[,-5]
out <- ICS(X)
summary(out)

ICS documentation built on Sept. 21, 2023, 9:07 a.m.