Summary¶
ggplot2
uses a grammar of graphics for plotting-
ggplot2
expects tidy data -
Using
ggplot2
:
- Saving a
ggplot
, directly after plotting:
- R uses the arrow operator for assignment
swirl
can be used as a tool to learn R
- Use
readr
to load data from a file
Where to go from here?¶
- Check the course dates to follow the next session for this course, which has a focus on making your data tidy
- Self study: read these free books
- Other courses in life science and HPC computing