print.ICS-S3 | R Documentation |
Prints information of an ICS
object.
## S3 method for class 'ICS'
print(x, info = FALSE, digits = 4L, ...)
x |
object of class |
info |
Logical, either TRUE or FALSE. If TRUE, print 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 passed to |
Andreas Alfons and Aurore Archimbaud
ICS()
data("iris")
X <- iris[,-5]
out <- ICS(X)
print(out)
print(out, info = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.