vizi_style | R Documentation |
Set global parameters for plotting vizi
graphics.
## Set style and palettes
vizi_style(style = "light", dpal = "Tableau 10", cpal = "Viridis")
## Set plotting engine
vizi_engine(engine = c("base", "plotly"))
## Set graphical parameters
vizi_par(..., style = getOption("matter.vizi.style"))
style |
The visual style to use for plotting. Currently supported styles are "light", "dark", "voidlight", "voiddark", and "transparent". |
dpal , cpal |
The name of discrete and continous color palettes. See |
engine |
The plotting engine. Default is to use base graphics. Using "plotly" requires the |
... |
These specify additional graphical parameters (as in |
A character vector or list with the current parameters.
Kylie A. Bemis
vizi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.