Description Usage Arguments See Also Examples
Split all matrix values to groups and return them as a data frame with two columns: for values and for group names.
1 | matrixSubgroups(.mat, .groups = NA, .symm = T, .diag = F)
|
.mat |
Input matrix with row and columns names. |
.groups |
Named list with character vectors for names of elements for each group. |
.symm |
If T than remove symmetrical values from the input matrix. |
.diag |
If .symm if T and .diag is F than remove diagonal values. |
repOverlap, vis.group.boxplot
1 2 3 4 5 6 7 | ## Not run:
data(twb)
ov <- repOverlap(twb)
sb <- matrixSubgroups(ov, list(tw1 = c('Subj.A', 'Subj.B'), tw2 = c('Subj.C', 'Subj.D')));
vis.group.boxplot(sb)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.