All Projects → coolbutuseless → geomlime

coolbutuseless / geomlime

Licence: MIT License
ggplot geom_lime()

Programming Languages

r
7636 projects

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].