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