Learn R Programming

changepoint.geo (version 1.0.1)

penalty: Generic Function - penalty

Description

Generic Function

Usage

penalty(object)

Arguments

object

Object of class cpt.geo.

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')	#new cpt.geo object
penalty(x)	#retrieves the penalty slot from x.
# }

Run the code above in your browser using DataLab