Nothing
library(rgl)
# regression : this failed for headless tests
par3d(userMatrix = diag(4))
if (!rgl.useNULL())
for(demo in demo(package="rgl")$results[,"Item"])
if (!(demo %in% c("rgl", "lsystem", "rglExamples",
"shinyDemo", "simpleShinyRgl",
"shinyMouse")))
demo(demo, package="rgl", character.only=TRUE)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.