vega-config.RdVega theme configurations
config( v, background = "white", axis = list(), axis_x = list(), axis_y = list(), header = list(), legend = list(), title = list(), view = list(), facet = list(), ... ) config_ggplot(v)
| v | A |
|---|---|
| background | A plot background. |
| axis, axis_x, axis_y | A named list to define axis. |
| header, legend, title, view, facet | A named list. |
| ... | Other parameters. |