Description Usage Arguments See Also
A clean theme especially suited for labeled bar charts or Cleveland dot plots. Designed based on the DIN family of fonts, but now defaults to font "Roboto Condensed".
This defaults to base_family = "roboto"
, which depends on a) using showtext
and sysfonts
to get a font called "roboto", or b) already having a font loaded with this name. Use sysfonts::font_add_google
or sysfonts::font_add
to set a different font.
1 2 3 4 5 6 7 |
base_size |
Base font size |
base_family |
Base font family; defaults to "roboto", as set by |
xgrid |
A logical for turning x-grid on or off, or "dotted", for a light dotted grid |
ygrid |
A logical for turning y-grid on or off, or "dotted", for a light dotted grid |
fallback_google |
Logical: if |
sysfonts::font_add()
, sysfonts::font_add_google()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.