Introduction to Data Science
A package that implements a layered grammar of graphics


An opinionated collection of R packages designed for data science
All packages share an underlying philosophy and a common grammar
library(tidyverse)
RStudio cheatsheet lays out all geom options
Visual characteristics of plotting characters that can be mapped to a specific variable in the data are
color
size
shape
alpha (transparency)
Small multiples are created through facets
Non-data components of the plot that can be modified with theme elements