cpts.full<- {changepoint} | R Documentation |
Generic function
cpts.full(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.range") # new cpt.range object cpts.full(x)<-matrix(c(10,20,10,NA),nrow=2,byrow=TRUE) # replaces the vector of changepoint in object x with the given matrix