Description Usage Arguments Value Examples
Thanks, Alexander Davis!
1 |
... |
the functions to be composed |
A composed function
1 2 3 | f <- function(x, y) x+y
g <- function(x) x*2
stopifnot(multi.argument.Compose(f, g)(1,1) == 4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.