theme_mikabr: ggplot2 theme

View source: R/solarized_palette.R

theme_mikabrR Documentation

ggplot2 theme

Description

Has the same theme options as theme_bw, except for different defaults for base_size and base_family, and no minor gridlines.

Usage

theme_mikabr(base_size = 14, base_family = "Open Sans")

Arguments

base_size

base font size

base_family

base font family

Examples

## Not run: 
library(ggplot2)
ggplot(mtcars, aes(x = mpg, y = hp, colour = factor(cyl))) +
  geom_point() +
  theme_mikabr()
  
## End(Not run)

langcog/langcog documentation built on March 28, 2024, 9:52 a.m.