Description Arguments Details Author(s) Examples
This function makes the groups
input variable to ClusterSignificance
from a makeMatrix
generated matrix.
mat |
The matrix for which the groups should be generated. |
names |
A character vector indicating the names of the groups. |
... |
Arguments to pass on. |
This function is specifically designed for the generation of the groups
argument corresponding to the output from the makeMatrix
function. It always results in 2 groups with each group being assigned an
equal amount of points in the matrix.
Jason Serviss
1 2 | mat <- makeMatrix(x=c(0,1), y=c(0,1), dim=2, points=10)
groups <- makeGroups(mat, names=c("grp1", "grp2"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.