Custom themes applied to ggplot2-based plots.

theme_miko(
  style = "bw",
  legend = F,
  grid = F,
  bold.title = T,
  center.title = F,
  x.axis.rotation = 0,
  fill.palette = NA,
  color.palette = NA,
  color.luminescence = NA,
  fill.luminescence = NA
)

Arguments

style

Choise of 'theme_classic' or 'theme_bw' called using 'classic' or 'bw', respectively. Default is 'bw'

legend

Logical to include legend. Default is F.

grid

Logical to include grid. Default is F.

bold.title

Logical to bold title. Default is T.

center.title

Logical to center justify title. Default is F.

x.axis.rotation

rotation angle (e.g., 45)

fill.palette

palette from ggthemes (e.g., "ptol"). Default is NA.

color.palette

palette from ggthemes (e.g., "ptol"). Default is NA.

color.luminescence

color luminescence, passed to `scale_color_hue()`.

fill.luminescence

fill luminescence, passed to `scale_fill_hue()`.

Value

ggplot2 theme object