Learn R Programming

changepoint.geo (version 1.0.2)

penalty: Generic Function - penalty

Description

Generic Function

Usage

penalty(object)

Value

Character string of type of penalty used.

Arguments

object

Object of class cpt.geo.

Author

Thomas Grundy

Details

Generic function

See Also

penalty-methods

Examples

Run this code
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