update_config: Update a besthr plot configuration

View source: R/plot-config.R

update_configR Documentation

Update a besthr plot configuration

Description

Creates a new configuration by updating specific fields of an existing one.

Usage

update_config(config, ...)

Arguments

config

An existing besthr_plot_config object

...

Named arguments to update

Value

A new besthr_plot_config object

Examples

cfg <- besthr_plot_config()
cfg2 <- update_config(cfg, theme_style = "modern", panel_widths = c(2, 1))


besthr documentation built on March 18, 2026, 5:08 p.m.