msl<- {changepoint.geo} | R Documentation |
Generic function
msl(object) <- value
object |
Object of class cpt.geo. |
value |
Replacement value. |
Generic function.
Numeric value of minimum segment length.
Thomas Grundy
x <- new('cpt.geo')
msl(x) <- 30