Learn R Programming

changepoint.geo (version 1.0.1)

dist.cpts<-: Generic Function - dist.cpts<-

Description

Generic function

Usage

dist.cpts(object) <- value

Arguments

object

Object of class cpt.geo.

value

Replacement value.

Value

Numeric vector of changepoints in distances.

Details

Generic function.

See Also

dist.cpts<--methods

Examples

Run this code
# NOT RUN {
x <- new('cpt.geo')
dist.cpts(x) <- c(50,100)
# }

Run the code above in your browser using DataLab