Description Usage Arguments Details See Also
A custom ggplot2
theme.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | theme_te(base_family = "Arial Narrow", base_size = 12, title.size = 16,
title.face = "bold", subtitle.size = base_size, subtitle.face = "plain",
caption.size = base_size, caption.face = subtitle.face,
strip.text.size = base_size, strip.text.face = subtitle.face,
axis.title.size = base_size, axis.title.face = subtitle.face,
axis.text.size = base_size, axis.text.face = subtitle.face,
legend.position = "bottom", legend.title = ggplot2::element_blank(),
panel.grid.minor = ggplot2::element_blank(),
plot.background = ggplot2::element_blank(), panel.spacing = grid::unit(1,
"lines"), axis.title.just = "rt", ...)
theme_te_dx(...)
theme_te_facet(...)
theme_te_facet_dx(...)
|
base_family, title.face, subtitle.face, caption.face, strip.text.face, axis.title.face, axis.text.face |
character. |
base_size, title.size, subtitle.size, caption.size, strip.text.size, axis.title.size, axis.text.size |
numeric. |
legend.position |
gg element. Set to |
legend.title |
gg element. Set to a non-trivial default
(instead of |
panel.grid.minor |
gg element. Set to a non-trivial default
(instead of |
plot.background |
gg element. Was set to a non-trivial default
(instead of |
panel.spacing |
gg element. Set to a non-trivial default
(instead of |
axis.title.just |
character. One of one of |
... |
dots. Additional parameters passed to |
Uses ggplot2::theme_minimal()
as basis. Customized
for personal preferences.
https://github.com/hrbrmstr/hrbrthemes/blob/master/R/theme-ipsum.r. \code{hrbrthemes::theme_ipsum()}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.