tsm_ggbox_plotly | R Documentation |
Interactive boxplot using plotly
tsm_ggbox_plotly(p, tooltip = c("x", "y", "label"))
p |
A ggplot2 boxplot, preferably created using tsm_ggbox() |
tooltip |
Which information shall be displayed on mouseover? Choices are "x", "y", and "label" |
An interactive plotly boxplot
p <- tsm_ggbox(albums)
tsm_ggbox_plotly(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.