pen.type<- {changepoint} | R Documentation |
Generic Function - pen.type<-
Description
Generic function
Usage
pen.type(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
pen.type(x)<-"SIC" # replaces the existing pen.type slot in x with "SIC"
[Package changepoint version 2.3 Index]