lapplyFUNpairwise {smd} | R Documentation |
Applies a function f(ref, y)
where y
is an element of a list and
ref
is a reference element.
lapplyFUNpairwise(x, f, ref)
x |
a list |
f |
the function to apply |
ref |
the index of the reference element |