msl_-: Generic Function - msl<-

msl<-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

changepoint.geo documentation built on Sept. 24, 2023, 1:06 a.m.