Description Usage Arguments Value
Compose functions on the argument list of a function f
1 | argCompose(f, fs)
|
f |
a function |
fs |
a set of functions to be applied to the arguments of f |
a function g st. g(a,b,c) -> f(fs[[1]](a),fs[[2]](b), fs[[3]](c))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.