baseTheme: Standard ggplot settings

View source: R/Core.R

baseThemeR Documentation

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.

Value

A ggplot2 object.

See Also

theme.


alakazam documentation built on Sept. 30, 2023, 9:07 a.m.