new_settings | R Documentation |
Creates a custom copy of settings
new_settings(.from = NULL, ...)
.from |
optional parent from which defaults are inherited |
... |
named list of properties to override default settings. |
Updated list of settings
default_settings
s1 <- new_settings(xlim = c(0, 10), ylim = c(0, 10)) s2 <- new_settings(.from = s1, show_labels = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.