ang.cpts<- {changepoint.geo} | R Documentation |
Generic Function - ang.cpts<-
Description
Generic function
Usage
ang.cpts(object) <- value
Arguments
object |
Object of class cpt.geo. |
value |
Replacement value. |
Details
Generic function.
Value
Numeric vector of changepoints in angle mapping.
Author(s)
Thomas Grundy
See Also
Examples
x <- new('cpt.geo')
ang.cpts(x) <- c(50,100)
[Package changepoint.geo version 1.0.2 Index]