Description Usage Arguments Details
A custom ggplot2
theme.
1 2 3 4 | theme_te_tile(base_family = "Arial Narrow", base_size = 12,
panel.grid.major = ggplot2::element_blank(),
panel.grid.minor = ggplot2::element_blank(),
axis.text.x = ggplot2::element_text(angle = 90), ...)
|
base_family |
character. |
base_size |
numeric. |
panel.grid.major, panel.grid.minor, axis.text.x |
gg elements.
Set to a non-trivial default
Passed directly to |
... |
dots. Passed directly to |
Uses theme_te()
as basis.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.