powered by
Generic Function
data.set(object) <- value
n by p Matrix of data set.
Object of class cpt.geo.
Replacement value.
Thomas Grundy
Generic function.
data.set<--methods
x <- new('cpt.geo') data.set(x) <- matrix(rnorm(100*10),ncol=10,nrow=100)
Run the code above in your browser using DataLab