| ncpts.max<- | 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
ncpts.max<–methods
x=new("cpt") # new cpt object
ncpts.max(x)<-10 # replaces the vector of changepoint in object x with 10
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.