cpts.full<- | 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
cpts.full<–methods
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.