cpttype-: Generic Function - cpttype

cpttype<-R Documentation

Generic Function - cpttype

Description

Generic function

Usage

cpttype(object)<-value

Arguments

object

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

value

Replacement value

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)<-"mean" # replaces the existing cpttype in object x with "mean"

rkillick/changepoint documentation built on Nov. 18, 2022, 8:12 a.m.