Learn R Programming

rgl (version 1.3.16)

rgl.incrementID: 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)

Value

The resulting ID value.

Arguments

n

An integer increment to use.

Examples

Run this code
# Get the current ID value
rgl.incrementID(0)

# Increment it
rgl.incrementID()

Run the code above in your browser using DataLab