Learn R Programming

changepoint.geo (version 1.0.1)

msl: Generic Function - msl

Description

Generic Function

Usage

msl(object)

Arguments

object

Object of class cpt.geo.

Value

Numeric value of minimum segment length.

Details

Generic function

See Also

msl-methods

Examples

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