compare_ff_list_list_vs_ff_list_list: compare_ff_list_list_vs_ff_list_list

Description Usage Arguments Value

View source: R/ff_list_list_functions.R

Description

Applies a comparison function pairwise between the list elements of two different lists and saves the results in a matrix.

Usage

1
2
compare_ff_list_list_vs_ff_list_list(first_list, second_list,
  comparison_function)

Arguments

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

Value

comparison matrix


markheron/nucular documentation built on Feb. 18, 2020, 12:32 a.m.