Skip to contents

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))