Adds equal-area or equal-angle projection gridlines to an existing stereoplot.
Arguments
- d
angle between grid lines
- earea
logical. Projection, either
TRUE
for Lambert equal-area projection (the default), orFALSE
for meridional stereographic projection.- radius
numeric. Radius of circle
- ...
optional arguments passed to
graphics::lines()