View source: R/LorMe_options.R
| LorMe_options | R Documentation |
Change LorMe options
LorMe_options(..., level = NULL)
... |
Named parameters or "level = list" pairs. |
level |
Optional; specifies a whole-layer replacement. |
Modified global options (or invisible(NULL) after factory reset).
LorMe_options() # view current
LorMe_options(beta = list(diagram = "circle")) # whole layer
LorMe_options(level = "beta", list(diagram = "circle")) # within layer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.