Learn R Programming

changepoint.geo (version 1.0.1)

ang.cpts: Generic Function - ang.cpts

Description

Generic Function

Usage

ang.cpts(object)

Arguments

object

Object of class cpt.geo.

Value

Numeric vector of changepoints in angle measure.

Details

Generic function

See Also

ang.cpts-methods

Examples

Run this code
# NOT RUN {
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