Learn R Programming

changepoint.geo (version 1.0.2)

penalty<-: Generic Function - penalty<-

Description

Generic function

Usage

penalty(object) <- value

Value

Character string of type of penalty used.

Arguments

object

Object of class cpt.geo.

value

Replacement value.

Author

Thomas Grundy

Details

Generic function.

See Also

penalty<--methods

Examples

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

Run the code above in your browser using DataLab