data.set {changepoint.geo} | R Documentation |
Generic Function
data.set(object)
object |
Object of class cpt.geo. |
Generic function
n by p matrix containing the data set.
Thomas Grundy
x <- new('cpt.geo') #new cpt.geo object
data.set(x) #retrieves the data.set slot from x.