Learn R Programming

changepoint.geo (version 1.0.2)

ang.cpts: Generic Function - ang.cpts

Description

Generic Function

Usage

ang.cpts(object)

Value

Numeric vector of changepoints in angle measure.

Arguments

object

Object of class cpt.geo.

Author

Thomas Grundy

Details

Generic function

See Also

ang.cpts-methods

Examples

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

Run the code above in your browser using DataLab