angle {changepoint.geo}R Documentation

Generic Function - angle

Description

Generic Function

Usage

angle(object)

Arguments

object

Object of class cpt.geo.

Details

Generic function

Value

Numeric vector of changepoints in distances.

Author(s)

Thomas Grundy

See Also

angle-methods

Examples

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

[Package changepoint.geo version 1.0.2 Index]