Description Usage Arguments Value
Apply a two-argument function to two lists. This can be used to implement vectorized versions of common functions.
1 |
lsa |
A function, with class |
lsb |
A function, with class |
fn |
A function be applied to each of the scalars contained in the arguments of the functional list object |
... |
Additional arguments to |
A functional list of the same length as lsa
and lsb
, where each new element
is equal to fn(x)
of each scalar contained in ls
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.