A Crash Course in R
Written for new students in the Colautti Lab
... and anyone else who might be interested.
Written in RMarkdown (mostly).
See final rendered html files at http://post.queensu.ca/~rc91/R
- Basic Math in R
- Variables and Objects
- Working with Data
- Summary Statistics
- Saving Output
- Flow Control
- Basic graphs
- Customize with parameters
- Themes and Geoms
- Multiple graphs
- Saving graphs to file
- ggplot() vs qplot()
- Publication example
- Custom themes
- Complex multi-graph plots
- References for more info (i.e. Hadley Wickham)
- Basics
- Worked examples
- Custom Functions
- R Markdown
- Custom Packages