powered by
Draw a boxplot.
po_box(d3po, ..., data = NULL, inherit_daes = TRUE)
an 'htmlwidgets' object with the desired interactive plot
Either the output of d3po() or d3po_proxy().
d3po()
d3po_proxy()
Aesthetics, see daes().
daes()
Any dataset to use for plot, overrides data passed to d3po().
Whether to inherit aesthetics previous specified.
d3po(pokemon) %>% po_box(daes(x = type_1, y = speed, color = color_1)) %>% po_title("Distribution of Pokemon speed by main type")
Run the code above in your browser using DataLab