Initialize the plot for equal-area stereographic projections, i.e. Lambert azimuthal Equal-Area projections (Schmidt).
Usage
stereoplot(
guides = TRUE,
d = 10,
col = grDevices::gray(0.9),
lwd = 1,
lty = 1,
border = "black",
title = NULL,
sub = NULL,
centercross = TRUE,
ticks = NULL
)
Arguments
- guides
logical. Whether guides should be added to the plot (
TRUE
by default)- d
integer. Angle distance between guides. Default: 10
- col
color of guide lines
- lwd
linewidth of guide lines
- lty
linetype of guide lines
- border
color of outer rim of stereo plot
- title, sub
character. Title and subtitle of the plot
- centercross
logical. Whether a center cross should be added (
TRUE
by default)- ticks
integer. Angle between ticks. if
NULL
(the default), no ticks are drawn.