lapplyFUNpairwise: Apply a function pairwise along a list

View source: R/utilities.R

lapplyFUNpairwiseR Documentation

Apply a function pairwise along a list

Description

Applies a function f(ref, y) where y is an element of a list and ref is a reference element.

Usage

lapplyFUNpairwise(x, f, ref)

Arguments

x

a list

f

the function to apply

ref

the index of the reference element


novisci/smd documentation built on Feb. 4, 2025, 6:24 p.m.