Learn R Programming

changepoint.geo (version 1.0.1)

angle: Generic Function - angle

Description

Generic Function

Usage

angle(object)

Arguments

object

Object of class cpt.geo.

Value

Numeric vector of changepoints in distances.

Details

Generic function

See Also

angle-methods

Examples

Run this code
# NOT RUN {
x <- new('cpt.geo')	#new cpt.geo object
angle(x)	#retrieves the angle slot from x.
# }

Run the code above in your browser using DataLab