Learn R Programming

alakazam (version 1.2.1)

baseTheme: Standard ggplot settings

Description

baseTheme defines common ggplot theme settings for plotting.

Usage

baseTheme(sizing = c("figure", "window"))

Value

A ggplot2 object.

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.

See Also