Learn R Programming

micss (version 0.2.0)

print.micss: print.micss

Description

Prints the output of micss.

Usage

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

Value

No return value. It prints the output of micss

Arguments

x

An object with the output of the micss algorithm.

...

Further arguments passed to or from other methods.

Examples

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

Run the code above in your browser using DataLab