Description Usage Arguments Value
Generate a list of data frames that each consist of only two treatment groups. Makes many group comparisons easier when paired with for loops.
1 | fcmu_fcs_combs(fc, order, num_groups)
|
fc |
The Fc Array data frame. |
order |
Determines what order the data frames are in the list
|
num_groups |
The number of groups to represent in each entry in the returned list. For example, 2 would mean all pairwise combinations of groups would be represented. |
A list of Fc Array data frames, each with only num_groups represented. Returns NULL if it encountered an error.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.