The Comprehensive Guide To R Programming
Data Visualizations
Brad C. Boehmke and Jason K. Freels
Updated: 27 June 2018
Preface
R provides a powerful infrastructure for visualizing scientific data and producing publication-quality graphics. A vast number of R packages are available to provide various graphics utilities, centered around one of three primary visualization paradigms
- Base R graphics (provided by the
base
andgraphics
packages) - ggplot2 graphics (provided by the
ggplot2
andgrid
packages) - Lattice graphics (provided by the
lattice
package)