inst/examples/theme_rub.R

# Base plot
ggplot2::ggplot(
  mtcars,
  mapping = ggplot2::aes(
    x = mpg,
    y = disp,
    color = as.factor(carb)
  )
) +
ggplot2::geom_point() +
theme_rub(
  base_family = "sans"
)
RichardMeyer-Eppler/RUBer documentation built on June 2, 2022, 7:24 p.m.