theme_nothing {cowplot}R Documentation

Create a completely empty theme

Description

The theme created by this function shows nothing but the plot panel.

Usage

theme_nothing(base_size = 14, base_family = "")

Arguments

base_size

Overall font size. Default is 14.

base_family

Base font family.

Value

The theme.

Examples

qplot(1:10, (1:10)^2) + theme_nothing()

[Package cowplot version 0.8.0 Index]