Learn R Programming

changepoint.geo (version 1.0.2)

msl: Generic Function - msl

Description

Generic Function

Usage

msl(object)

Value

Numeric value of minimum segment length.

Arguments

object

Object of class cpt.geo.

Author

Thomas Grundy

Details

Generic function

See Also

msl-methods

Examples

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

Run the code above in your browser using DataLab