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

dist.cpts<-R Documentation

Generic Function - dist.cpts<-

Description

Generic function

Usage

dist.cpts(object) <- value

Arguments

object

Object of class cpt.geo.

value

Replacement value.

Details

Generic function.

Value

Numeric vector of changepoints in distances.

Author(s)

Thomas Grundy

See Also

dist.cpts<–methods

Examples

x <- new('cpt.geo')
dist.cpts(x) <- c(50,100)

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