Description Usage Arguments Value
View source: R/class_esci_estimate_plot.R
This function takes an esci_estimate object and makes a plot emphasizing effect sizes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | plot_mdiff_contrast_bs(
estimate,
rope = list(reference = NULL, upper = NULL, lower = NULL, rope_units = "raw"),
plot_attributes = NULL,
spacing = 1,
starting_point = 1,
difference_gap = 2,
data_layout = c("random", "swarm", "none"),
data_spread = 0.25,
error_layout = c("halfeye", "eye", "gradient", "none"),
error_scale = 0.3,
error_nudge = 0.35,
error_normalize = c("groups", "all", "panels"),
ylim = c(NA, NA),
breaks = 5,
difference_axis_units = c("sd", "raw"),
difference_axis_breaks = 5,
y.axis.text = 10,
y.axis.title = 12,
x.axis.text = 10,
x.axis.title = 12,
ylab = "default",
xlab = "default",
ggtheme = NULL
)
|
estimate |
A esci_estimate object |
rope |
|
plot_attributes |
|
spacing |
|
starting_point |
|
difference_gap |
|
data_layout |
|
data_spread |
|
error_layout |
|
error_scale |
|
error_nudge |
|
error_normalize |
|
ylim |
|
breaks |
|
difference_axis_units |
|
difference_axis_breaks |
|
y.axis.text |
|
y.axis.title |
|
x.axis.text |
|
x.axis.title |
|
ylab |
|
xlab |
|
ggtheme |
|
Returns an ggplot2 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.