Learn R Programming

ocp (version 0.1.1)

str.ocp: Object Structure

Description

Print out information about the ocpd object.

Usage

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

Arguments

object

the object to show

...

(optional) additional arguments, ignored.

Examples

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

Run the code above in your browser using DataLab