Intermediate Data Visualization with ggplot2
Rick Scavetta
Founder, Scavetta Academy


The Mercator Projection

The Conic Projection

p + coord_fixed()

p + coord_polar()

p + coord_fixed()

p + coord_polar(theta = "y")

Intermediate Data Visualization with ggplot2