theme_tmth | R Documentation |
A ggplot2 theme following some guidelines from the book Trees, maps, and theorems.
theme_tmth( base_size = 12, base_family = "Source Sans Pro", base_line_size = 0.4, base_rect_size = 0.4, aspect_ratio = 2/(1 + sqrt(5)) )
base_size |
Foundational font size |
base_family |
Foundational font family |
base_line_size |
Foundational line size |
base_rect_size |
Foundational rectangle size |
aspect_ratio |
Foundational aspect ratio (default: golden mean) |
A new theme derived from ggplot2::theme_bw()
## Not run: ggplot(mtcars) + geom_point(aes(wt, mpg)) + scale_x_continuous(limits = c(1, 6), breaks = seq(1, 6)) + scale_y_continuous(limits = c(10, 35)) + theme_tmth() + coord_capped_cart(left = "both", bottom = "both") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.