ggRain package release!

- 1 min

We have released a beta version of the ggrain package! The purpose of the package is to easily make raincloud plots in the ggplot framework with a geom.

The package consists of a single function geom_rain(). Yet it is quite powerful, allowing you to modify each element, connect observations across time with lines, flank the rainclouds and color the dots with another variable.

image

To download the package run the code below and checkout the vignette to get started!

if (!require(remotes)) {
    install.packages("remotes")
}
remotes::install_github('njudd/ggrain')

library(ggrain)
rss facebook twitter github gitlab youtube mail spotify lastfm instagram linkedin google google-plus pinterest medium vimeo stackoverflow reddit quora quora