Draws lines (as points) for a set of measurements.
stereo_lines(dir, dip, points.shape = 3, points.col = "blue", add = FALSE)
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 |
A stereonet plot of data points
dir <- runif(min = 30, max = 80, n = 20) dip <- runif(min = 10, max = 60, n = 20) stereo_lines(dir, dip)