ggp_measures | R Documentation |
Plot of effect measures.
ggp_measures(
data,
title = "Title",
subtitle = "Subtitle",
vline = list(colors = c("lightseagreen", "violet"), linetype = "solid", size = 3, alpha
= 0.5),
pointrange = list(size = 1, fatten = 2),
text = list(size = 3, color = "navy", digits = 2),
scale_color = list(zero = "darkgreen", one = "magenta"),
text_size = list(title = 0.9, y_axis = 0.9)
)
data |
Data frame with effect measures. |
title |
Title. |
subtitle |
Subtitle. |
vline |
geom_vline specs. |
pointrange |
geom_pointrange specs. |
text |
geom_text_repel specs. |
scale_color |
scale_color_manual color specs. |
text_size |
text size for title and axis as a factor of base font size. |
Plot of effect measures with causal power (CF) and attributable fraction (AF). See secion 3.3, p. 44-45 for more details.
A ggplot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.