Learn R Programming

changepoint.geo (version 1.0.2)

distance: Generic Function - distance

Description

Generic Function

Usage

distance(object)

Value

Numeric vector of changepoints in distances.

Arguments

object

Object of class cpt.geo.

Author

Thomas Grundy

Details

Generic function

See Also

distance-methods

Examples

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

Run the code above in your browser using DataLab