Skip to contents

It requires roboto fonts installed in your O.S. and run z

Usage

theme_roboto(
  base_size = 11,
  strip_text_size = 12,
  strip_text_margin = 5,
  subtitle_size = 13,
  subtitle_margin = 10,
  plot_title_size = 16,
  plot_title_margin = 10,
  ...
)

Arguments

base_size

= 11

strip_text_size

= 12

strip_text_margin

= 5

subtitle_size

= 13

subtitle_margin

= 10

plot_title_size

= 16

plot_title_margin

= 10

...

Other parameters passed to theme_set

Examples

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