Usage
theme_bdc_grey(base_size = 12, base_family = "", base_grey = "grey70",
grid.x = FALSE, grid.y = FALSE, gridmin.x = grid.x,
gridmin.y = grid.y, ticks.x = TRUE, ticks.y = TRUE,
pmargin = base_size/2)
Arguments
base_size
The base size for all text (default: 12)
base_family
The base font family for all text
base_grey
The base color to use for rects, lines, etc (default: "grey70")
grid.x
Show grid lines along the X axis (default: FALSE)
grid.y
Show grid lines along the Y axis (default: FALSE)
gridmin.x
Show minor grid lines along the X axis (default: FALSE)
gridmin.y
Show minor grid lines along the Y axis (default: FALSE)
ticks.x
Show tick marks along the X axis (default: TRUE)
ticks.y
Show tick marks along th Y axis (default: TRUE)
pmargin
Margin around the plot (default: 1/2 line)