otheme: flexible custom ggplot theme

Description Usage

View source: R/plot.R

Description

flexible custom ggplot theme

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
otheme(
  margin = c(0.5, 0.5, 0.5, 0.5),
  strip.size = 8,
  strip.style = "dark",
  legend.pos = "",
  legend.dir = "v",
  legend.box = "v",
  legend.vjust = NA,
  legend.title = F,
  legend.border = F,
  panel.border = T,
  panel.spacing = 0.02,
  xticks = F,
  yticks = F,
  xtitle = F,
  ytitle = F,
  xtext = F,
  ytext = F,
  xgrid = F,
  ygrid = F,
  xsize = 8,
  ysize = 8,
  nostrip = T
)

orionzhou/rmaize documentation built on Jan. 14, 2022, 10:36 p.m.