Hello Quarto

visualization
Author

Dr. Joscelin Rocha-Hidalgo

Published

April 22, 2025

Buy me a coffeeBuy me a coffee


ggreveal: Incremental ggplot2 Presentations 💯

By Weverthon Machado

Added Thu Feb 20, 2025

What is this?

ggreveal is an R package that enables the incremental presentation of ggplot2 graphs. It allows users to break down a plot into a series of intermediary plots, which can be displayed sequentially, making it particularly useful for teaching and presentations. The package offers functions such as reveal_groups(), reveal_layers(), and reveal_aes() to incrementally reveal different aspects of a plot.

  1. Link to package: https://www.weverthon.com/ggreveal/
Back to top