argCompose: Argument-wise composition

Description Usage Arguments Value

Description

Compose functions on the argument list of a function f

Usage

1
argCompose(f, fs)

Arguments

f

a function

fs

a set of functions to be applied to the arguments of f

Value

a function g st. g(a,b,c) -> f(fs[[1]](a),fs[[2]](b), fs[[3]](c))


VincentToups/fugu documentation built on May 9, 2019, 10:01 p.m.