R/rgl.sphtext.R

Defines functions rgl.sphtext

Documented in rgl.sphtext

rgl.sphtext = function(long,lat,radius,text,deg=TRUE,col='black',...){
  .skip()
  text3d(sph2car(long,lat,radius,deg=deg),texts=text,col=col,...)
  .draw()
}
asgr/sphereplot documentation built on Sept. 5, 2023, 4:58 a.m.