Description Usage Arguments Value
View source: R/ff_list_list_functions.R
Applies a comparison function pairwise between the list elements of two different lists and saves the results in a matrix.
1 2 | compare_ff_list_list_vs_ff_list_list(first_list, second_list,
comparison_function)
|
first_list |
list of the ff_list objects to compute the correlations from |
second_list |
list of the ff_list objects to compute the correlations to |
comparison_function |
comparison function to use, e.g. cor_ff_list |
comparison matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.