Learn R Programming

changepoint.geo (version 1.0.2)

ang.cpts<-: Generic Function - ang.cpts<-

Description

Generic function

Usage

ang.cpts(object) <- value

Value

Numeric vector of changepoints in angle mapping.

Arguments

object

Object of class cpt.geo.

value

Replacement value.

Author

Thomas Grundy

Details

Generic function.

See Also

ang.cpts<--methods

Examples

Run this code
x <- new('cpt.geo')
ang.cpts(x) <- c(50,100)

Run the code above in your browser using DataLab