powered by
Split all matrix values to groups and return them as a data frame with two columns: for values and for group names.
matrixSubgroups(.mat, .groups = NA, .symm = T, .diag = F)
Input matrix with row and columns names.
Named list with character vectors for names of elements for each group.
If T than remove symmetrical values from the input matrix.
If .symm if T and .diag is F than remove diagonal values.
repOverlap, vis.group.boxplot
# 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) # }
Run the code above in your browser using DataLab