msl {changepoint.geo} | R Documentation |
Generic Function
msl(object)
object |
Object of class cpt.geo. |
Generic function
Numeric value of minimum segment length.
Thomas Grundy
x <- new('cpt.geo') #new cpt.geo object
msl(x) #retrieves the msl slot from x.