theme_chronochrt {chronochrt} | R Documentation |
The ChronochRt ggplot theme
Description
This is a theme to provide a ready-to-use layout of chronological charts. See
theme
for how to modify selected elements of it.
Usage
theme_chronochrt(
base_size = 11,
base_family = "",
base_line_size = base_size/22,
base_rect_size = base_size/22
)
Arguments
base_size |
base font size, given in pts. |
base_family |
base font family |
base_line_size |
base size for line elements |
base_rect_size |
base size for rect elements |
Value
A ggplot-theme
[Package chronochrt version 0.1.3 Index]