cpttype: Generic Function - cpttype

cpttypeR Documentation

Generic Function - cpttype

Description

Generic function

Usage

cpttype(object)

Arguments

object

Depending on the class of object depends on the method used (and if one exists)

Details

Generic Function

Value

Depends on the class of object, see individual methods

Author(s)

Rebecca Killick

See Also

cpttype-methods

Examples

x=new("cpt") # new cpt object
cpttype(x) # retrieves the cpttype slot from x

changepoint documentation built on Nov. 4, 2022, 1:07 a.m.