print.icss {micss} | R Documentation |
print.icss
Description
Prints the output of icss.
Usage
## S3 method for class 'icss'
print(x, ...)
Arguments
x |
An object with the output of the icss algorithm. |
... |
Further arguments passed to or from other methods. |
Details
Used internally by icss.
Value
No return value. It prints the output of icss
Examples
set.seed(2)
e <- c(stats::rnorm(200),3*stats::rnorm(200))
o <- icss(e)
print.icss(o)
[Package micss version 0.1.5 Index]