A light ggplot2 theme for ggfunnel() plots.
Examples
library(ggplot2)
df <- data.frame(estimate = c(-0.3, 0.1, -0.2), se = c(0.1, 0.3, 0.2))
ggplot(df, aes(estimate, se)) +
geom_point() +
scale_y_reverse() +
theme_funnel()
A light ggplot2 theme for ggfunnel() plots.
library(ggplot2)
df <- data.frame(estimate = c(-0.3, 0.1, -0.2), se = c(0.1, 0.3, 0.2))
ggplot(df, aes(estimate, se)) +
geom_point() +
scale_y_reverse() +
theme_funnel()