It is written in the stars, that when a twitter hashtag is created, a community is born. As is true for the #rstatscoffeegeeks community.
This package contains basic needs for every rstatscoffeegeek.
- an rmarkdowndocument template with coffee colors and image
- a ggplot2 coffee theme
- basic help for when your coffee doesn't taste great
- coffee related emojis
- coffee names
Install this package with devtools::install_github("rmhogervorst/coffeegeeks")
To use the coffee rmarkdown template, install the package and go 'create new rmarkdown document'
Then in the dialog select Coffee theme
After knitting, the endresult looks something like this:
library(coffeegeeks)
library(ggplot2)
ggplot(mtcars)+
geom_point(aes(hp, wt, color = mpg))+
scale_gradient_coffee()
ggplot(mtcars)+
geom_density(aes(mpg, fill = as.factor(cyl)))+
scale_fill_coffee()
Use the function help_my_coffee_
.
help_my_coffee_(tastes = "bitter")
## A bitter flavour is often the result of extracting too much from the grounds.
## adjust your grind or timing:
## - make your grind courser AND/ OR let your coffee pass faster
## coarsening your grind will slow the process of extraction and allow you to find the right balance of flavor.
Are you passionate about coffee? Do you want to help out? The development of this package is all online on github.
- open an issue new issue if you'd like to suggest a new addition
- add new stuff with a pull request