stereo_mean: Stereonet (mean)

View source: R/stereo_mean.R

stereo_meanR Documentation

Stereonet (mean)

Description

Draws the mean direction and cone of confidence for a set of measurements.

Usage

stereo_mean(dir, dip, conf.level = 0.95, mean.col = "red", add = FALSE)

Arguments

dir

A vector of dir directions in degrees

dip

A vector of dip angles in degrees

conf.level

Confidence level for the cone of confidence (Default is 0.95)

mean.col

Color for the mean and cone of confidence

add

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

Value

A stereonet plot of data points and its mean estimations

Examples

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


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