pairs_apply_all: Apply function to every pair in a list

Description Usage Arguments Value

View source: R/helpers.R

Description

Apply function to every pair in a list

Usage

1
pairs_apply_all(vect, FUN = overlap)

Arguments

vect

a list. All elements must be of the same type.

FUN

function to be applied on every pair. eg sum(a, vect[[1]]) if a and vect are numeric

Value

result of function call for each pair


jlaffy/statistrics documentation built on May 23, 2019, 4:04 a.m.