stereo_pole: Stereonet (poles)

View source: R/stereo_pole.R

stereo_poleR Documentation

Stereonet (poles)

Description

Draws the poles to planes (great circles) on an equal area stereonet.

Usage

stereo_pole(dir, dip, points.col = "blue", points.shape = 3, add = FALSE)

Arguments

dir

A vector of dip directions in degrees

dip

A vector of dip angles in degrees

points.col

Color for the poles

points.shape

Shape value (pch) for the poles

add

A logical indicating to add or not the poles to an existing plot

Details

This can be added to a stereonet from stereo_plane()

Value

A stereonet plot

Examples

dip.dir <- runif(min = 120, max = 170, n = 20)
dip <- runif(min = 10, max = 60, n = 20)
stereo_pole(dip.dir, dip)
stereo_plane(dip.dir, dip, dir = "dip")
stereo_pole(dip.dir, dip, add = TRUE)


maxgav13/GMisc documentation built on June 12, 2022, 3:48 a.m.