coolbutuseless / geomlime

ggplot geom_lime()

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

geomlime

Lifecycle: questioning

geomlime provides a bloody geom_lime() function for ggplot because of all the zarking times I frakking type geom_lime() instead of geom_line()

What’s in the box:

  • geom_lime() for drawing limes
  • geom_pint() for drawing pints

Installation

You can install from GitHub with:

# install.package('remotes')
remotes::install_github('coolbutuseless/geomlime')

Example Usage: geom_lime()

library(ggplot2)
library(geomlime)

ggplot(mtcars) +
  geom_lime(aes(mpg, wt, size = cyl)) + 
  theme_bw()

Example Usage: geom_pint()

ggplot(mtcars) +
  geom_pint(aes(mpg, wt, size = cyl)) + 
  theme_bw()

Similar Software

Acknowledgements

  • R Core for developing and maintaining the language.
  • CRAN maintainers, for patiently shepherding packages onto CRAN and maintaining the repository

About

ggplot geom_lime()

License:MIT License


Languages

Language:R 100.0%