Skip to contents

This theme is always applied by the plotting functions (ir_plot_continuous_flow(), ir_plot_dual_inlet(), ir_plot_scans()). To customize a plot, add a ggplot2::theme() on top of the returned plot, e.g. ir_plot_continuous_flow(...) + ggplot2::theme(text = element_text(size = 20)).

Usage

ir_default_theme(text_size = 16)

Arguments

text_size

base font size in points (default: 16)

Value

a ggplot2 theme object