theme_funcml: FuncML plotting theme.

View source: R/plot_theme.R

theme_funcmlR Documentation

FuncML plotting theme.

Description

A custom ggplot2 theme used across funcml plots, built on theme_classic() with an Okabe-Ito colorblind-safe palette. It keeps a clean background, restrained grid lines, and high-contrast labels so package figures remain consistent and publication-friendly.

Usage

theme_funcml(base_size = 10)

Arguments

base_size

Base text size passed to the theme.

Value

A ggplot2 theme object.

Examples

ggplot2::ggplot(mtcars, ggplot2::aes(wt, mpg)) +
  ggplot2::geom_point() +
  theme_funcml()

funcml documentation built on Aug. 22, 2026, 5:08 p.m.