Learn R Programming

changepoint.geo (version 1.0.1)

pen.value: Generic Function - pen.value

Description

Generic Function

Usage

pen.value(object)

Arguments

object

Object of class cpt.geo.

Value

Numeric value of penalty used.

Details

Generic function

See Also

pen.value-methods

Examples

Run this code
# NOT RUN {
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