seg.len {changepoint} | R Documentation |
Generic function
seg.len(object)
object |
Depending on the class of |
Generic Function
Depends on the class of object
, see individual methods
Rebecca Killick
x=new("cpt") # new cpt object
seg.len(x) # returns the length of each segment in the data (i.e. no. of obs between changepoints)