data.set<- | 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
data.set<–methods
x <- new('cpt.geo')
data.set(x) <- matrix(rnorm(100*10),ncol=10,nrow=100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.