g {Rdummypkg} | R Documentation |
This function return the difference between the first input and the second.
f(x, y)
x |
|
y |
|
The value returned is the difference of the first input minus the second.
Pierre-Yves Chibon
x <- 2 y <- 2 f(x,y) ## The function is currently defined as function(x,y) x-y