webGLOutput {shinyRGL} | R Documentation |
Render a WebGL renderWebGL in an application page.
webGLOutput(outputId, width = "100%", height = "400px")
outputId |
The ID of the |
width |
The width of the WebGL scene. Must be a valid CSS unit (like "100%", "400px", or "auto") or a number, which will be treated as a number of pixels. |
height |
Plot height. See |
Jeff Allen jeff@trestletech.com
## Not run: webGLOutput("sctPlot") ## End(Not run)