View source: R/fct_multi_cond.R
getUniqueIntpairs_byCond | R Documentation |
Get table of unique int-pairs by condition
getUniqueIntpairs_byCond( data_cond1, data_cond2, data_cond3 = NULL, lab_c1, lab_c2, lab_c3 = NULL )
data_cond1 |
filt.data() corresponding to chosen condition 1 |
data_cond2 |
filt.data() corresponding to chosen condition 2 |
data_cond3 |
filt.data() corresponding to chosen condition 3 |
lab_c1 |
data label for condition 1 |
lab_c2 |
data label for condition 2 |
lab_c3 |
data label for condition 3 |
modified merged filt.data containing only unique intpairs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.