Learn R Programming

eply (version 0.1.2)

example.fun: 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

eply

Examples

Run this code
# NOT RUN {
#' 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))
# }

Run the code above in your browser using DataLab