
Bixverse ggplot2 Theme
theme_bx.RdA custom theme for the bixverse ecosystem based on the
ggplot2::theme_minimal()
Usage
theme_bx(
base_size = 12,
base_family = "Helvetica",
base_line_size = 0.5,
base_rect_size = 0.5
)Examples
if (FALSE) { # \dontrun{
library(ggplot2)
ggplot(mtcars, aes(x = wt, y = mpg)) +
geom_point() +
theme_bx()
} # }