Learn R Programming

changepoint.geo (version 1.0.1)

msl<-: Generic Function - msl<-

Description

Generic function

Usage

msl(object) <- value

Arguments

object

Object of class cpt.geo.

value

Replacement value.

Value

Numeric value of minimum segment length.

Details

Generic function.

See Also

msl<--methods

Examples

Run this code
# NOT RUN {
x <- new('cpt.geo')
msl(x) <- 30
# }

Run the code above in your browser using DataLab