Add confidence bands
Usage
e_band(
e,
min,
max,
stack = "confidence-band",
symbol = c("none", "none"),
areaStyle = list(list(color = "rgba(0,0,0,0)"), list()),
legend = list(FALSE, FALSE),
...
)
e_band_(
e,
min,
max,
stack = "confidence-band",
symbol = c("none", "none"),
areaStyle = list(list(color = "rgba(0,0,0,0)"), list()),
legend = list(FALSE, FALSE),
...
)
Arguments
- e
An
echarts4r
object as returned bye_charts
or a proxy as returned byecharts4rProxy
.- min, max
series.
- stack
Name of stack.
- symbol
Whether to show symbols on lower and upper band lines.
- areaStyle
The style of lower and upper bands, i.e.: color.
- legend
Whether to show
min
andmax
in legend.- ...
All options must be of vectors or lists of length 2 where the first argument is for the lower bound and the second for the upper bound, see examples.