Calculates the the principal stresses for a set of angular measurements.

dir_stats_ps(dir, dip)

Arguments

dir

A vector of dip directions measurements in degrees

dip

A vector of dip angles measurements in degrees

Value

A data frame with the dip direction and dip angle for the principal stresses

Details

This always considers a plane expressed as dip direction and dip angle, it could be a bedding plane or a fault plane

Examples

dir = c(12,18,22,15,10,20) dip = c(42,40,48,30,42,30) dir_stats_ps(dir, dip)
#> S1 S2 S3 #> Dip Dir 16.14 199.58 107.49 #> Dip 38.75 51.20 1.68