example.fun {eply} | R Documentation |
example.fun
Description
Example .fun
argument to eply
.
Usage
example.fun(x, y)
Arguments
x |
numeric argument |
y |
nonzero numeric argument |
Value
Example .fun
argument to eply
.
See Also
Examples
#' Get an example .fun argument to eply().
#' See the examples of the eply() function for usage.
example.fun
example.fun(x = c(4, 2), y = c(2, 2))
[Package eply version 0.1.2 Index]