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

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

Arguments

axis

Which axis? Can be value from 1:3.

dev, subscene

The RGL device and subscene to work with.

Value

The callback function.

See also

Author

Duncan Murdoch