print.rseg {rseg}R Documentation

Print objects of class rseg

Description

print method for objects of class rseg.

Usage

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

Arguments

x

an object of class rseg fit by cseg, eseg or rseg.

...

not used.

Examples

airq <- subset(airquality, !is.na(Ozone))
airct <- cseg(Ozone ~ ., data = airq)
airct

[Package rseg version 0.2.2 Index]