powered by
Generic function
method(object)<-value
Depending on the class of object depends on the method used (and if one exists)
object
Replacement value
Depends on the class of object, see individual methods
Generic Function
method<--methods
# NOT RUN { x=new("cpt") # new cpt object method(x)<-"mean" # replaces the existing method slot in x with "mean" # }
Run the code above in your browser using DataLab