Generic Function - angle<-
Generic function
angle(object) <- value
object
: Object of class cpt.geo.value
: Replacement value.Generic function.
Numeric vector of changepoints in distances.
Thomas Grundy
angle<-methods
x <- new('cpt.geo') angle(x) <- rnorm(100)