cpts<- {changepoint} | R Documentation |
Generic function
cpts(object)<-value
object |
Depending on the class of |
value |
Replacement value |
Generic function.
Depends on the class of object
, see individual methods
Rebecca Killick
x=new("cpt") # new cpt object
cpts(x)<-10 # replaces the vector of changepoint in object x with 10