Skip to contents

Sets a dark blue colored dark minimal theme using the Roboto font family

Usage

theme_set_roboto_darkblue(...)

Arguments

...

Other parameters passed to theme_set

Examples

library(jrrosell)
library(ggplot2)
theme_set_roboto_darkblue()
ggplot(iris, aes(Species)) +
  geom_bar()