Skip to contents

The ggfitz package is designed for personal use and teaching the power of Fitz to students of data science. It provides an easy to use geom for adding Fitz to ggplot2 objects.

Installation

# install.packages("devtools")
devtools::install_github("emmarshall/ggfitz")

Examples

Fitz (default)

ggplot(mtcars) +
  geom_fitz(aes(mpg, wt), fitz = "fitz") + theme_em()

Fitz smart

Fitz student

Fitz sleep

Fitz shade

Fitz cool

Fitz captain

Acknowledgements

This package is inspired by the ggbernie and ggcats packages from the memeverse. My primary contribution was the Fitz.