penalty_-: Generic Function - penalty<-

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Generic function

Usage

1
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

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

grundy95/changepoint.geo documentation built on March 27, 2021, 6:01 a.m.