Skip to contents

Initialize the plot for equal-area stereographic projections (Wulff) or Lambert Equal-Area projections (Schmidt).

Usage

stereoplot(
  earea = TRUE,
  guides = TRUE,
  d = 10,
  col = grDevices::gray(0.9),
  lwd = 1,
  lty = 1,
  border = "black",
  title = NULL,
  sub = NULL,
  centercross = TRUE,
  ticks = NULL
)

Source

Adapted from the RFOC package

Arguments

earea

logical. Projection, either TRUE for Lambert equal-area projection (the default), or FALSE for meridional stereographic projection.

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.

Examples

stereoplot(ticks = 45, title = "title", sub = "subtitle")