distance<- {changepoint.geo}R Documentation

Generic Function - distance<-

Description

Generic function

Usage

distance(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

distance<–methods

Examples

x <- new('cpt.geo')
distance(x) <- rnorm(100)

[Package changepoint.geo version 1.0.2 Index]