Description Usage Arguments Value See Also Examples
View source: R/plot-raincloud.R
Raincloud plot with smallest effect size of interest
1 2 3 4 5 6 7 8 9 | plot_raincloud_SESOI(
data,
value,
value_label = value,
groups = NULL,
SESOI_lower = 0,
SESOI_upper = 0,
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 |
SESOI_lower |
Lower smallest effect size of interest threshold |
SESOI_upper |
Upper smallest effect size of interest threshold |
control |
Plotting control object returned from |
ggplot
object
1 2 3 4 5 6 7 | plot_raincloud_SESOI(
iris,
value = "Sepal.Length",
groups = "Species",
SESOI_lower = 5,
SESOI_upper = 7
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.