stereo_lines: Stereonet (lines)

View source: R/stereo_lines.R

stereo_linesR Documentation

Stereonet (lines)

Description

Draws lines (as points) for a set of measurements.

Usage

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

Arguments

dir

A vector of dir directions in degrees

dip

A vector of dip angles in degrees

points.shape

Shape value (pch) for the data points

points.col

Color for the data points

add

A logical indicating to add or not another set of measurements and its calculations

Value

A stereonet plot of data points

Examples

dir <- runif(min = 30, max = 80, n = 20)
dip <- runif(min = 10, max = 60, n = 20)
stereo_lines(dir, dip)


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