rgl.getAxisCallback {rgl} | R Documentation |
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))
Arguments
axis |
Which axis? Can be value from |
dev , subscene |
The RGL device and subscene to work with. |
Value
The callback function.
Author(s)
Duncan Murdoch
See Also
setAxisCallbacks
to
work with rglwidget
.
[Package rgl version 1.3.1 Index]