Curry, Compose, and other higher-order functions


[Up] [Top]

Documentation for package ‘functional’ version 0.1

Help Pages

Compose Compose an arbitrary number of functions.
Curry Pre-specify a procedures named parameters, returning a new procedure.
Identity Identity function.
Negate Negate a function; borrowed from src/library/base/R/funprog...