po_box | R Documentation |
Draw a boxplot.
po_box(d3po, ..., data = NULL, inherit_daes = TRUE)
d3po |
Either the output of |
... |
Aesthetics, see |
data |
Any dataset to use for plot, overrides data passed
to |
inherit_daes |
Whether to inherit aesthetics previous specified. |
an 'htmlwidgets' object with the desired interactive plot
d3po(pokemon) %>%
po_box(daes(x = type_1, y = speed, color = color_1)) %>%
po_title("Distribution of Pokemon speed by main type")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.