View source: R/theme_TWRI_fig.R
theme_TWRI_print | R Documentation |
Provides a ggplot2 theme formatted consistent with TWRI style guidance. Use this theme for figures intended for printed reports. The default font is "Open Sans Condensed". The suggest export width is 6.5 inches at 300 dpi.
theme_TWRI_print(
base_size = 9.5,
base_family = "OpenSansCondensed_TWRI",
base_line_size = 0.5,
base_rect_size = 0.5
)
base_size |
default text size in px |
base_family |
defaults to |
base_line_size |
default line size |
base_rect_size |
default rect size |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.