dist.cpts {changepoint.geo}R Documentation

Generic Function - dist.cpts

Description

Generic Function

Usage

dist.cpts(object)

Arguments

object

Object of class cpt.geo.

Details

Generic function

Value

Numeric vector of changepoints in distances.

Author(s)

Thomas Grundy

See Also

dist.cpts-methods

Examples

x <- new('cpt.geo')	#new cpt.geo object
dist.cpts(x)	#retrieves the dist.cpts slot from x.

[Package changepoint.geo version 1.0.2 Index]