Generic Function - ncpts.max<-
Generic function
ncpts.max(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 ncpts.max(x)<-10 # replaces the vector of changepoint in object x with 10
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.