Learn R Programming

micss (version 0.2.0)

print.icss: print.icss

Description

Prints the output of icss.

Usage

# S3 method for icss
print(x, ...)

Value

No return value. It prints the output of icss

Arguments

x

An object with the output of the icss algorithm.

...

Further arguments passed to or from other methods.

Details

Used internally by icss.

Examples

Run this code
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