Generic Function - penalty<-
Generic function
penalty(object) <- value
object
: Object of class cpt.geo.value
: Replacement value.Generic function.
Character string of type of penalty used.
Thomas Grundy
penalty<-methods
x <- new('cpt.geo') penalty(x) <- 'Manual'