cpttype<- {changepoint} | R Documentation |
Generic Function - cpttype
Description
Generic function
Usage
cpttype(object)<-value
Arguments
object |
Depending on the class of |
value |
Replacement value |
Details
Generic Function
Value
Depends on the class of object
, see individual methods
Author(s)
Rebecca Killick
See Also
Examples
x=new("cpt") # new cpt object
cpttype(x)<-"mean" # replaces the existing cpttype in object x with "mean"
[Package changepoint version 2.3 Index]