Description Usage Arguments Value Author(s)
View source: R/rglcontroller.R
The rglwidget
control is designed to work in the
htmlwidgets framework. Older rgl web pages that
used writeWebGL
or knitr used a different
method of linking the controls to the scene. This is a partial
bridge between the two systems. You should adopt the new system, not use this function.
1 | elementId2Prefix(elementId, prefix = elementId)
|
elementId |
An element identifier from a |
prefix |
The prefix to use in the old-style control. |
This function generates Javascript code, so it should be
used in an results = "asis"
block in a knitr document.
Duncan Murdoch
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.