Creates a custom copy of settings
Usage
new_settings(.from = NULL, ...)
Arguments
- .from
optional parent from which defaults are inherited
- ...
named list of properties to override default settings.
Value
Updated list of settings
Examples
s1 <- new_settings(xlim = c(0, 10), ylim = c(0, 10))
s2 <- new_settings(.from = s1, show_labels = TRUE)