Do the rgl routines accept the use of "expression" for Greek letters and super/sub script for axis labelling?
Something like
xlab=(expression(paste("Lyman ",alpha,)))
works perfectly well in a normal plot call but just seems to display "(paste("Lyman ",alpha,)" as my axis label in plot3d and decorate3d. If not, how can I add these characters to my 3D scatterplots generated using plot3d?