theme_ggdist | R Documentation |
A simple, relatively minimalist ggplot2 theme, and some helper functions to go with it.
theme_ggdist(
base_size = 11,
base_family = "",
base_line_size = base_size/22,
base_rect_size = base_size/22
)
theme_tidybayes(
base_size = 11,
base_family = "",
base_line_size = base_size/22,
base_rect_size = base_size/22
)
facet_title_horizontal()
axis_titles_bottom_left()
facet_title_left_horizontal()
facet_title_right_horizontal()
base_size |
base font size, given in pts. |
base_family |
base font family |
base_line_size |
base size for line elements |
base_rect_size |
base size for rect elements |
This is a relatively minimalist ggplot2 theme, intended to be used for making publication-ready plots.
It is currently based on ggplot2::theme_light()
.
A word of warning: this theme may (and very likely will) change in the future as I tweak it to my taste.
theme_ggdist()
and theme_tidybayes()
are aliases.
A named list in the format of ggplot2::theme()
Matthew Kay
ggplot2::theme()
, ggplot2::theme_set()
library(ggplot2)
theme_set(theme_ggdist())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.