theme_te_tile: Custom theme for tile plot

Description Usage Arguments Details

View source: R/theme.R

Description

A custom ggplot2 theme.

Usage

1
2
3
4
theme_te_tile(base_family = "Arial Narrow", base_size = 12,
  panel.grid.major = ggplot2::element_blank(),
  panel.grid.minor = ggplot2::element_blank(),
  axis.text.x = ggplot2::element_text(angle = 90), ...)

Arguments

base_family

character.

base_size

numeric.

panel.grid.major, panel.grid.minor, axis.text.x

gg elements. Set to a non-trivial default Passed directly to ggplot2::theme() parameters with similar names.

...

dots. Passed directly to ggplot2::theme_bw()

Details

Uses theme_te() as basis.


tonyelhabr/teplot documentation built on May 26, 2019, 5:33 a.m.