Description Usage Arguments Value See Also
View source: R/row_pair_apply.R
This has some asserts that exactly one row is passed in and exaclty one row is returned, but otherwise it just calls rowPairApply.
1 | rowPairApply2Rows(row1, row2, ...)
|
row1 |
The first row of cues (will apply cols_to_fit for you, based on object). |
row2 |
The second row (will apply cols_to_fit for you, based on object). |
... |
The functions that generate the functions to apply, such as heuristics(ttb) and correctGreater(col). |
A matrix of function outputs.
rowPairApply
to apply to all row pairs in a matrix or
data.frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.