Skip to contents

A clean, minimal ggplot2 theme used consistently across all okBATHTUB visualization functions. Based on theme_minimal() with clean typography and grid settings.

Usage

ok_theme(base_size = 11, legend_position = "bottom")

Arguments

base_size

Numeric. Base font size. Default 11.

legend_position

Character. Legend position. Default "bottom".

Value

A ggplot2::theme object.