R/rgl.sphpoints.R

Defines functions rgl.sphpoints

Documented in rgl.sphpoints

rgl.sphpoints <-
function(long,lat,radius,deg=TRUE,col='black',...){
points3d(sph2car(long,lat,radius,deg=deg),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.