dist.cpts<- {changepoint.geo} | R Documentation |
Generic function
dist.cpts(object) <- value
object |
Object of class cpt.geo. |
value |
Replacement value. |
Generic function.
Numeric vector of changepoints in distances.
Thomas Grundy
x <- new('cpt.geo')
dist.cpts(x) <- c(50,100)