Learn R Programming

changepoint.geo (version 1.0.1)

penalty<-: Generic Function - penalty<-

Description

Generic function

Usage

penalty(object) <- value

Arguments

object

Object of class cpt.geo.

value

Replacement value.

Value

Character string of type of penalty used.

Details

Generic function.

See Also

penalty<--methods

Examples

Run this code
# NOT RUN {
x <- new('cpt.geo')
penalty(x) <- 'Manual'
# }

Run the code above in your browser using DataLab