dist.cpts {changepoint.geo} | R Documentation |
Generic Function
dist.cpts(object)
object |
Object of class cpt.geo. |
Generic function
Numeric vector of changepoints in distances.
Thomas Grundy
x <- new('cpt.geo') #new cpt.geo object
dist.cpts(x) #retrieves the dist.cpts slot from x.