theme_miko: scMiko Theme

View source: R/plot_functions.R

theme_mikoR Documentation

scMiko Theme

Description

Custom themes applied to ggplot2-based plots.

Usage

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


NMikolajewicz/scMiko documentation built on June 28, 2023, 1:41 p.m.