penalty_-: Generic Function - penalty<-

penalty<-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

penalty<–methods

Examples

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

changepoint.geo documentation built on Sept. 24, 2023, 1:06 a.m.