rgl.sphcirc | R Documentation |
Function to generate a new great circle with arbitrary inclinations and radius.
rgl.sphcirc(CrossEq = 0, PeakDec = 0, radius = 1, deg = TRUE, col = "black", ...)
CrossEq |
The right ascension where the new circle crosses the equator. This should be the corssing before the Declination values of the new great circle become positive. |
PeakDec |
The peak declination the new great circle will reach. |
radius |
The radius of the new great circle. |
deg |
Specifies if input is in degrees (default) or radians. |
col |
The colour of the new great circle line. |
... |
Other arguments carried to lines3d. |
See rgl.sphsun
and rgl.sphMW
for examples of rgl.sphcirc in use.
No value, used for plotting side effect.
Aaron Robotham
rgl.sphgrid
,rgl.sphpoints
,rgl.sphtext
,rgl.sphsun
,rgl.sphMW
,pointsphere
,sph2car
,car2sph
rgl.sphgrid() rgl.sphcirc(radius=0.5,col='blue')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.