seg.len | R Documentation |
Generic function
seg.len(object,...)
object |
Depending on the class of |
... |
Other optional arguments used by some methods. |
Generic Function
Depends on the class of object
, see individual methods
Rebecca Killick
seg.len-methods
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.