Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 508 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 508 Bytes

Incremental graphs

How to make incremental/layered graphs with ggplot2 for a slideshow

Slides here

Purpose: for presentations, it can be helpful to build up a figure layer by layer and walk the audience through each element on its own, rather than showing the entire final graph at once. These example slides show you how to do that with ggplot2.