example.fun {eply} | R Documentation |
example.fun
Example .fun
argument to eply
.
example.fun(x, y)
x |
numeric argument |
y |
nonzero numeric argument |
Example .fun
argument to eply
.
#' 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))