geomlime
geomlime
provides a bloody geom_lime()
function for ggplot because of all
the zarking times I frakking type geom_lime()
instead of geom_line()
Installation
You can install from GitHub with:
# install.package('remotes')
remotes::install_github('coolbutuseless/geomlime')
Example Usage
library(ggplot2)
library(geomlime)
ggplot(mtcars) +
geom_lime(aes(mpg, wt, size = cyl)) +
theme_bw() +
theme(legend.position = 'none')