str.ocp {ocp}R Documentation

Object Structure

Description

Print out information about the ocpd object.

Usage

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

Arguments

object

the object to show

...

(optional) additional arguments, ignored.

Examples

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

[Package ocp version 0.1.1 Index]