theme_plus: ggplot2 theme

Description Usage Arguments Author(s) See Also Examples

Description

Theme intended to make ggplot2 more readable when used in presentation or papers. Background and major grid lines were dimed and minor grid lines removed to focus the attention on the data.

Usage

1
theme_plus(base_size = 12, legend_position = "right")

Arguments

base_size

base font size

legend_position

position of the legend ("none", "left", "right", "bottom", "top", or two-element numeric vector)

Author(s)

NA

See Also

theme_flex, theme_pub

Other themes darkside: theme_darkside

Examples

1
2
3
4
qplot(1:10, (1:10)^2) + theme_plus()

# Check that it is a complete theme
attr(theme_plus(), "complete")

danielmarcelino/SciencesPo documentation built on Oct. 20, 2019, 1:15 a.m.