print.ocp {ocp}R Documentation

Print Object

Description

Print information about the ocpd object.

Usage

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

Arguments

x

the object to print

...

(optional) additional arguments, ignored.

Examples

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

[Package ocp version 0.1.1 Index]