penalty_- function

Generic Function - penalty<-

Generic Function - penalty<-

Generic function

penalty(object) <- value

Arguments

  • object: Object of class cpt.geo.
  • value: Replacement value.

Details

Generic function.

Returns

Character string of type of penalty used.

Author(s)

Thomas Grundy

See Also

penalty<-methods

Examples

x <- new('cpt.geo') penalty(x) <- 'Manual'