print.icss: print.icss

View source: R/micss.R

print.icssR 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)

micss documentation built on Sept. 11, 2024, 6:46 p.m.

Related to print.icss in micss...