Learn R Programming

changepoint.geo (version 1.0.2)

angle<-: Generic Function - angle<-

Description

Generic function

Usage

angle(object) <- value

Value

Numeric vector of changepoints in distances.

Arguments

object

Object of class cpt.geo.

value

Replacement value.

Author

Thomas Grundy

Details

Generic function.

See Also

angle<--methods

Examples

Run this code
x <- new('cpt.geo')
angle(x) <- rnorm(100)

Run the code above in your browser using DataLab