angle_- function

Generic Function - angle<-

Generic Function - angle<-

Generic function

angle(object) <- value

Arguments

  • object: Object of class cpt.geo.
  • value: Replacement value.

Details

Generic function.

Returns

Numeric vector of changepoints in distances.

Author(s)

Thomas Grundy

See Also

angle<-methods

Examples

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