Draws the mean direction and cone of confidence for a set of measurements.
stereo_mean(dir, dip, conf.level = 0.95, mean.col = "red", add = FALSE)
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 |
A stereonet plot of data points and its mean estimations
dir <- runif(min = 30, max = 80, n = 20) dip <- runif(min = 10, max = 60, n = 20) stereo_mean(dir, dip)