Description Usage Arguments Examples
View source: R/helpers.R
Convert trace types to WebGL
1
toWebGL(p)
p
a plotly or ggplot object.
1 2 3
# currently no bargl trace type toWebGL(ggplot() + geom_bar(aes(1:10))) toWebGL(qplot(1:10, 1:10))
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.