Learn R Programming

rgl (version 1.2.8)

rgl.getAxisCallback: Get user-defined axis labelling callbacks.

Description

This function gets a user-defined axis labelling callback in R.

Usage

rgl.getAxisCallback(axis, dev = cur3d(), subscene = currentSubscene3d(dev))

Value

The callback function.

Arguments

axis

Which axis? Can be value from 1:3.

dev, subscene

The RGL device and subscene to work with.

Author

Duncan Murdoch

See Also

setAxisCallbacks to work with rglwidget.