Description Usage Arguments Details Value Examples
Create a function wrapper that outerizes the action of its argument FUN.
1 | outerize(FUN, outerize.args)
|
FUN |
function to apply, found via |
outerize.args |
A character vector of arguments which should be outerized. |
outerize is just function that calls Vectorize recursively.
Like Vectorize, it can not be used with primitive functions and
the functions that have arguments named FUN, vectorize.args,
SIMPLIFY, USE.NAMES.
A function with the same arguments as FUN.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.