baseTheme: Standard ggplot settings
Description
baseTheme
defines common ggplot theme settings for plotting.
Usage
baseTheme(sizing = c("figure", "window"))
Arguments
- sizing
defines the style and sizing of the theme. One of
c("figure", "window")
where sizing="figure"
is appropriately
sized for pdf export at 7 to 7.5 inch width, and sizing="window"
is sized for an interactive session.