powered by
Prints the output of icss.
# S3 method for icss print(x, ...)
No return value. It prints the output of icss
An object with the output of the icss algorithm.
Further arguments passed to or from other methods.
Used internally by icss.
set.seed(2) e <- c(stats::rnorm(200),3*stats::rnorm(200)) o <- icss(e) print.icss(o)
Run the code above in your browser using DataLab