Learn R Programming

changepoint.geo (version 1.0.2)

dist.cpts: Generic Function - dist.cpts

Description

Generic Function

Usage

dist.cpts(object)

Value

Numeric vector of changepoints in distances.

Arguments

object

Object of class cpt.geo.

Author

Thomas Grundy

Details

Generic function

See Also

dist.cpts-methods

Examples

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

Run the code above in your browser using DataLab