rCompose: (reverse) Function Composition

Description Usage Arguments Value

Description

Returns a new function F which threads its values through all passed in functions

Usage

1

Arguments

...

a list of functions - all but the first must be single argument

Value

a function g st. g(a,b,c) == f3(f2(f1(a,b,c))) etc


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