print.micss: print.micss

View source: R/micss.R

print.micssR Documentation

print.micss

Description

Prints the output of micss.

Usage

## S3 method for class 'micss'
print(x, ...)

Arguments

x

An object with the output of the micss algorithm.

...

Further arguments passed to or from other methods.

Value

No return value. It prints the output of micss

Examples

set.seed(2)
e <- c(stats::rnorm(200),3*stats::rnorm(200))
o <- micss(e)
print.micss(o)

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

Related to print.micss in micss...