© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2021
W. YarberryCRAN Recipeshttps://doi.org/10.1007/978-1-4842-6876-6_16

16. Visualization

William Yarberry1  
(1)
Kingwood, TX, USA
 

Most of these examples use the R workhorse, ggplot2. The ggplot2 package has had many spin-offs and is a gold mine of logically structured visualizations. The following sections are a smorgasbord of visualizations from ggplot2 and other packages. ggplot2 gets loaded automatically with the library(tidyverse) command.

Although it is good to learn the details of ggplot and other visualization packages, keep in mind that there is a point of diminishing returns when tweaking slight variations in text, annotations, shapes, and so on. It is ...

Get CRAN Recipes: DPLYR, Stringr, Lubridate, and RegEx in R now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.