README.md

ggHoover

This is a joke package that was made as a gift and which replaces geom_point() in ggplot2 with custom images. This package was heavily based off the package "ggbernie" by R-CoderDotCom, so please check out their work if you're interested in learning more.

Link: https://github.com/R-CoderDotCom/ggbernie

Install Package

remotes::install_github("JackOgozaly/ggHoover")
library(ggHoover)

Go Gators!

As you can see from the code below, we can edit which images appear on a graph by selecting Hoover="image_name_here"

ggplot(mtcars, aes(mpg,wt)) +
  geom_Hoover(Hoover = "gator")+ theme_bw()

basic_gator

What Images Can I Choose?

| Image | Description | | --- | --- | | anyone | Picture of Ben Stein calling for Bueller | | accenture | Accenture logo | | bam | Double BAM!! from StatsQuest | | ferris | Picture of Ferris Bueller singing in parade | | fighting_gator | Picture of Albert Gator looking tough | | gator | Florida gators logo | | statsquest | Logo for StatsQuest | | UF | Univeristy of Florida logo |

Examples

anyone

ben_stein

bam

double_bam

ferris

ferris

UF

UF

fighting_gator

uf_v_ga

accenture

accenture



JackOgozaly/ggHoover documentation built on Dec. 18, 2021, 12:29 a.m.