R Functions
Completion requirements
First, we define a function \(f(x,y)=x+2y\) and play around with it. We assign \(y=1\) so that we can use either one or two arguments for the function. Note that reassign values of \(x, y\) won't affect the function in any way. See the following code and output:
Exception handling - first example:
Last modified: Wednesday, 18 June 2014, 9:21 AM