vega-config: Vega theme configurations

Description Usage Arguments

Description

Vega theme configurations

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
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)

Arguments

v

A vega() object.

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.


vegawidget/virgo documentation built on May 3, 2021, 7:32 a.m.