theme_tgam {tgamtheme} | R Documentation |
ggplot Globe and Mail theme
Description
Theme function to be passed as an argument during ggplot2 charting.
Usage
theme_tgam(
size = 12,
family = "GMsanC-Regular",
title = "GMsanC-Bold",
position = "center"
)
Arguments
size |
Base font size |
family |
Font family |
title |
Font to use for title text |
position |
How should headings be positioned? Options are 'center' or 'left'. (Default: 'center',) |
Value
A ggplot2 theme object, to be passed to a ggplot2 object
[Package tgamtheme version 0.1.0 Index]