seg.len-methods | R Documentation |
~~ Methods for function seg.len
~~
signature(object = "cpt")
Returns the length of segments from an object of class cpt, i.e. the number of observations between changepoints
signature(object = "cpt.range",ncpts=NA)
Returns the length of segments from an object of class cpt.range, i.e. the number of observations between changepoints. If ncpts is not specified, this is called on the cpts slot of the cpt.range object. If ncpts is specified, this is called on the cpts.full slot and calculated this for the specific row that gives ncpts.
signature(object = "cpt.reg")
Returns the length of segments from an object of class cpt.reg, i.e. the number of observations between changepoints
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.