rgl.incrementID {rgl} | R Documentation |
Increment ID
Description
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.
Usage
rgl.incrementID(n = 1L)
Arguments
n |
An integer increment to use. |
Value
The resulting ID value.
Examples
# Get the current ID value
rgl.incrementID(0)
# Increment it
rgl.incrementID()
[Package rgl version 1.3.24 Index]