Description Usage Arguments Value See Also
View source: R/thesis_ggtheme.R
Custom theme for thesis plots
1 2 3 4 5 6 | theme_thesis(
text_size = 12,
line_size = text_size/170,
rect_size = text_size/170,
center_title = FALSE
)
|
text_size |
text size for thesis plots |
line_size |
size of the axis lines |
rect_size |
sizs of the background lines |
adds thesis theme to a plot generated by ggplot2
Adapted from https://www.r-bloggers.com/custom-themes-in-ggplot2/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.