cpts.full {changepoint} | R Documentation |
Generic Function - cpts.full
Description
Generic function
Usage
cpts.full(object)
Arguments
object |
Depending on the class of |
Details
Generic function.
Value
Depends on the class of object
, see individual methods
Author(s)
Rebecca Killick
See Also
Examples
x=new("cpt.range") # new cpt.range object
cpts.full(x) # retrieves the cpts.full slot from x
[Package changepoint version 2.2.4 Index]