msl<- {changepoint.geo}R Documentation

Generic Function - msl<-

Description

Generic function

Usage

msl(object) <- value

Arguments

object

Object of class cpt.geo.

value

Replacement value.

Details

Generic function.

Value

Numeric value of minimum segment length.

Author(s)

Thomas Grundy

See Also

msl<–methods

Examples

x <- new('cpt.geo')
msl(x) <- 30

[Package changepoint.geo version 1.0.2 Index]