rgl.incrementID | R Documentation |
This function is mainly for internal use. It simply increments the internal object ID number and returns the new value. Negative values have no effect.
rgl.incrementID(n = 1L)
n |
An integer increment to use. |
The resulting ID value.
# Get the current ID value
rgl.incrementID(0)
# Increment it
rgl.incrementID()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.