method<- {changepoint} | R Documentation |
Generic Function - method<-
Description
Generic function
Usage
method(object)<-value
Arguments
object |
Depending on the class of |
value |
Replacement value |
Details
Generic Function
Value
Depends on the class of object
, see individual methods
Author(s)
Rebecca Killick
See Also
Examples
x=new("cpt") # new cpt object
method(x)<-"mean" # replaces the existing method slot in x with "mean"
[Package changepoint version 2.2.4 Index]