theme_cowplot {cowplot}R Documentation

Create the default cowplot theme

Description

After loading the cowplot package, this theme will be the default for all graphs made with ggplot2.

Usage

theme_cowplot(font_size = 14, font_family = "", line_size = 0.5)

Arguments

font_size

Overall font size. Default is 14.

font_family

Default font family.

line_size

Default line size.

Value

The theme.

Examples

qplot(1:10, (1:10)^2) + theme_cowplot(font_size = 15)

[Package cowplot version 0.8.0 Index]