str.ocp: Object Structure

Description Usage Arguments Examples

View source: R/output.R

Description

Print out information about the ocpd object.

Usage

1
2
## S3 method for class 'ocp'
str(object, ...)

Arguments

object

the object to show

...

(optional) additional arguments, ignored.

Examples

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

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