v_specs_player {vchartr} | R Documentation |
Set player options
Description
Set player options
Usage
v_specs_player(vc, ...)
Arguments
vc |
An htmlwidget created with |
... |
Options for the legend, see examples or online documentation. |
Value
A vchart()
htmlwidget
object.
Examples
library(vchartr)
world_electricity %>%
subset(type == "detail") %>%
vchart() %>%
v_bar(
aes(source, generation, player = year)
)
[Package vchartr version 0.1.4 Index]