Description Arguments Author(s) Examples
The .permMatrix function from ClusterSignificance.
mat |
from makeMatrix |
groups |
from makeGroups |
iterations |
number of iterations. |
Jason Serviss
1 2 3 | mat <- makeMatrix(x=c(0,100), y=c(0, 100), dim=2, points=10)
groups <- makeGroups(mat, names=c("grp1", "gpr2"))
matPlus <- addOnePoint(mat, groups)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.