thlTheme: THL visual theme using ggplot2

View source: R/thlTheme.R

thlThemeR Documentation

THL visual theme using ggplot2

Description

THL visual theme using ggplot2

Usage

thlTheme(
  show.grid.y = TRUE,
  show.grid.x = FALSE,
  base.size = 16,
  basic.lwd = 3,
  legend.position = "none",
  horizontal = FALSE,
  x.axis.title = FALSE
)

Arguments

show.grid.y

Show background horizontal grid TRUE/FALSE?

show.grid.x

Show background vertical grid TRUE/FALSE?

base.size

Base size for elements in PostScript points

basic.lwd

Basic linewidth in PostScript points

legend.position

Position of the legend text

horizontal

Set as TRUE if plotting horizontal bars

x.axis.title

Set as TRUE if x-axis label is desired

Value

theme() object, to be combined with ggplot object with "+"

Author(s)

Tarja Palosaari, Salla Toikkanen, Petteri Mäntymaa


THLfi/thlGraphs documentation built on April 23, 2022, 6:53 a.m.