View source: R/summarizeGroupComparisons.R
summarizeGroupComparisons | R Documentation |
Summarize a group comparisons object or a ddo of group comparisons objects. This function
applies a summary function to the columns of compData$e_data
corresponding to each
column to calculate a summary column for each group.
summarizeGroupComparisons(
compData,
summary_functions,
summary_function_params = NULL
)
compData |
a groupComparison object or a ddo of groupComparison objects, i.e. the output
of |
summary_functions |
vector of summary function names to apply to each row of |
summary_function_params |
named list of list of other parameters to pass to the summary functions. Names should
match values in |
Currently this function does not allow executing the same summary function multiple times with different parameters.
a comparisonSummary object or a ddo of comparisonSummary objects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.