print.icss | R Documentation |
Prints the output of icss.
## S3 method for class 'icss'
print(x, ...)
x |
An object with the output of the icss algorithm. |
... |
Further arguments passed to or from other methods. |
Used internally by icss.
No return value. It prints the output of icss
set.seed(2)
e <- c(stats::rnorm(200),3*stats::rnorm(200))
o <- icss(e)
print.icss(o)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.