Learn R Programming

changepoint.geo (version 1.0.2)

msl<-: Generic Function - msl<-

Description

Generic function

Usage

msl(object) <- value

Value

Numeric value of minimum segment length.

Arguments

object

Object of class cpt.geo.

value

Replacement value.

Author

Thomas Grundy

Details

Generic function.

See Also

msl<--methods

Examples

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

Run the code above in your browser using DataLab