theme_meow: theme_meow

View source: R/theme_meow.R

theme_meowR Documentation

theme_meow

Description

Use miao-preferred ggplot2 theme, ideal for publishing from Quarto.

Usage

theme_meow(
  axis.title = 14,
  axis.text = 10,
  strip.text = 10.5,
  legend.text = 10.25,
  strip.bg = "white",
  plot.bg = "white",
  line.col = "#838383"
)

Arguments

axis.title

Text size for axis title.

axis.text

Text size for axis text.

strip.text

Text size for facet strips.

legend.text

Text size for legend.

line_col

Color for axis lines and ticks; defaults to dark grey.

Value

Theme ready for adding to ggplot2 object.

Examples

tibble::tibble(x = 1:10,
               y = 10:1) |>
 ggplot(aes(x = x, y = y)) +
 geom_point() +
 theme_meow()


toddellis/miao documentation built on June 1, 2025, 10:11 p.m.