ProjectMOSAIC / ggformula

Provides a formula interface to 'ggplot2' graphics.
Other
38 stars 11 forks source link

Rain cloud plot #158

Open mikldk opened 1 year ago

mikldk commented 1 year ago

Thanks for a useful package. Are there any plans on implementing rain cloud plots, e.g. gf_raincloud() similar to gf_boxplot()?

See e.g. https://www.cedricscherer.com/2021/06/06/visualizing-distributions-with-raincloud-plots-and-how-to-create-them-with-ggplot2/.

rpruim commented 1 year ago

I'll have to give this some thought. The {ggrain} package doesn't create geom_rain() in the usual way and there doesn't appear to be an actual geom or stat associated with the function. So it doesn't play well with the usual way that I add functions to {ggformula}.