pen.value<- {changepoint.geo} | R Documentation |
Generic Function - pen.value<-
Description
Generic function
Usage
pen.value(object) <- value
Arguments
object |
Object of class cpt.geo. |
value |
Replacement value. |
Details
Generic function.
Value
Numeric value of the penalty used
Author(s)
Thomas Grundy
See Also
Examples
x <- new('cpt.geo')
pen.value(x) <- 20
[Package changepoint.geo version 1.0.2 Index]