ncpts.max<- {changepoint} | R Documentation |
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