R/rgl.sphtext.R

Defines functions rgl.sphtext

Documented in rgl.sphtext

rgl.sphtext <-
function(long,lat,radius,text,deg=TRUE,col='black',...){
text3d(sph2car(long,lat,radius,deg=deg),texts=text,col=col,...)
}

Try the sphereplot package in your browser

Any scripts or data that you put into this service are public.

sphereplot documentation built on June 27, 2022, 9:06 a.m.