Rdocumentation
powered by
Learn R Programming
ryouready (version 0.4)
foo: A function to demonstrate how an R function is defined.
Description
A function to demonstrate how an R function is defined.
Usage
foo(x, y)
Arguments
x
Numeric.
y
Numeric.
Value
The sum of
x
and
y
.