new_settings: Creates a custom copy of settings

View source: R/position.R

new_settingsR Documentation

Creates a custom copy of settings

Description

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

See Also

default_settings

Examples

s1 <- new_settings(xlim = c(0, 10), ylim = c(0, 10))
s2 <- new_settings(.from = s1, show_labels = TRUE)

jirilukavsky/motrack documentation built on Jan. 30, 2023, 5:04 a.m.