Learn R Programming

ocp (version 0.1.1)

print.ocp: Print Object

Description

Print information about the ocpd object.

Usage

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

Arguments

x

the object to print

...

(optional) additional arguments, ignored.

Examples

Run this code
# NOT RUN {
simdatapts<- c(rnorm(n = 50), rnorm(n=50, 100))
ocpd1<- onlineCPD(simdatapts)
print(ocpd1)
# }

Run the code above in your browser using DataLab