print.ocp: Print Object

Description Usage Arguments Examples

View source: R/output.R

Description

Print information about the ocpd object.

Usage

1
2
## S3 method for class 'ocp'
print(x, ...)

Arguments

x

the object to print

...

(optional) additional arguments, ignored.

Examples

1
2
3
simdatapts<- c(rnorm(n = 50), rnorm(n=50, 100))
ocpd1<- onlineCPD(simdatapts)
print(ocpd1)

ocp documentation built on May 2, 2019, 3:46 a.m.