View source: R/higherOrderNormMethods.R
getCombinedMatrix | R Documentation |
Merge multiple dataframes using provided function
getCombinedMatrix(mList, combFunc)
mList |
List containing dataframes of same shape |
combFunc |
Function performing elementwise merge of matrices |
combinedMatrix A single dataframe with combined data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.