Generic Function - cpts.full<-
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 matrixPlease choose more modern alternatives, such as Google Chrome or Mozilla Firefox.