summary.ICS-S3 | R Documentation |
ICS
objectSummarizes and prints an ICS
object in an informative way.
## S3 method for class 'ICS'
summary(object, ...)
object |
object of class |
... |
additional arguments passed to |
Andreas Alfons and Aurore Archimbaud
ICS()
print.ICS()
data("iris")
X <- iris[,-5]
out <- ICS(X)
summary(out)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.