plotly (version 4.7.0)

toWebGL: Convert trace types to WebGL

Description

Convert trace types to WebGL

Usage

toWebGL(p)

Arguments

p

a plotly or ggplot object.

Examples

Run this code
# NOT RUN {
# currently no bargl trace type
toWebGL(qplot(1:10))
toWebGL(qplot(1:10, 1:10))

# }

Run the code above in your browser using DataCamp Workspace