rgl.getAxisCallback.Rd
This function gets a user-defined axis labelling callback in R.
rgl.getAxisCallback(axis, dev = cur3d(), subscene = currentSubscene3d(dev))
Which axis? Can be value from 1:3.
1:3
The RGL device and subscene to work with.
The callback function.
setAxisCallbacks to work with rglwidget.
setAxisCallbacks
rglwidget
Duncan Murdoch