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
remotes::install_github("JackOgozaly/ggHoover")
library(ggHoover)
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()

| 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 |






Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.