Description Usage Arguments Value See Also Examples
View source: R/plot-raincloud.R
Raincloud plot
1 2 3 4 5 6 7 | plot_raincloud(
data,
value,
value_label = value,
groups = NULL,
control = plot_control()
)
|
data |
Data frame |
value |
Character string. Name of the column in |
value_label |
Character string. Label to be used. Default is |
groups |
Character string. Name of the column in |
control |
Plotting control object returned from |
ggplot
object
1 2 3 4 5 6 7 | plot_raincloud(data.frame(data = rnorm(100)), value = "data")
plot_raincloud(
iris,
value = "Sepal.Length",
groups = "Species",
control = plot_control(points_size = 1)
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.