Things we never covered
- Workflow
- Structuring your files
- Sourcing functions
- Creating packages
- More flow control
if,while,repeatreplicate,apply,mapply
- Debugging and reading error messages
- More on functions
- functions of more than one argument (
function(x,y) x + y) - default arguments
- named arguments
- ellipsis arguments and making clever interfaces
- “S3” methods
- functions of more than one argument (
- Plotting and data analysis are in the next two classes!