webGLOutput {shinyRGL} | R Documentation |
Renger a WebGL Element
Description
Render a WebGL renderWebGL in an application page.
Usage
webGLOutput(outputId, width = "100%", height = "400px")
Arguments
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 |
Author(s)
Jeff Allen jeff@trestletech.com
Examples
## Not run:
webGLOutput("sctPlot")
## End(Not run)
[Package shinyRGL version 0.1.0 Index]