Learn R Programming

changepoint.geo (version 1.0.2)

pen.value: Generic Function - pen.value

Description

Generic Function

Usage

pen.value(object)

Value

Numeric value of penalty used.

Arguments

object

Object of class cpt.geo.

Author

Thomas Grundy

Details

Generic function

See Also

pen.value-methods

Examples

Run this code
x <- new('cpt.geo')	#new cpt.geo object
pen.value(x)	#retrieves the pen.value slot from x.

Run the code above in your browser using DataLab