Description Usage Arguments Examples
View source: R/theme_present.R
Set figure theme for presentations
1 | theme_present(base_size = 18, base_family = "sans")
|
base_family |
1 2 3 4 5 6 7 8 9 10 | theme_present(base_size = 18, base_family = "sans")
Other fonts are available, though sans font is
the easiest to implement using the following.
theme_present(base_family = "")
Updating font size is accomplished by changing the base_size.
theme_present(base_size = 16)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.