THL visual theme using ggplot2

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

Tarja Palosaari, Salla Toikkanen, Petteri Mäntymaa