Chapter 3. R Lesson I – Graphics System
This chapter covers:
- The R graphic system and the graphic devices
- Using the base plotting system
- Creating charts with the lattice system
- The grammar of graphics and ggplot2
- Using the
ggplot2
package for simple and advanced graph creation - Introducing the
ggvis
package - Building interactive plots with different R packages