Ggplot2

Spruce up your ggplot2 visualizations with formatted text

rstudio::conf 2020

Spruce up your ggplot2 visualizations with formatted text

February 4, 2020

The ggtext package provides various functions to add formatted text to ggplot2 figures, both in the form of plot or axis labels and in the form of text labels or text boxes inside the plot panel.

Extending your ability to extend ggplot2

rstudio::conf 2020

Extending your ability to extend ggplot2

February 4, 2020

The ggplot2 package continue to be one of the most used frameworks for producing graphics in R. While being extremely flexible, the package itself can be constrained by the different types of...

The little package that could: Taking visualizations to the next level with the scales package

rstudio::conf 2020

The little package that could: Taking visualizations to the next level with the scales package

January 31, 2020

Precise axes, proper data transformation, and informative visual data mappings are critical components to any polished visualization.

Best practices for programming with ggplot2

rstudio::conf 2020

Best practices for programming with ggplot2

January 31, 2020

The ggplot2 package is widely acknowledged as a powerful, dynamic, and easy-to-learn graphics framework when used in an interactive environment.