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