data.set<- {changepoint.geo} | R Documentation |
Generic Function
data.set(object) <- value
object |
Object of class cpt.geo. |
value |
Replacement value. |
Generic function.
n by p Matrix of data set.
Thomas Grundy
x <- new('cpt.geo')
data.set(x) <- matrix(rnorm(100*10),ncol=10,nrow=100)