Skip to contents

The Frechet (geodesic \(L^2\)) mean and variance of a pair of foliations and lineations

Usage

sph_mean_pair(x, group = NULL)

sph_var_pair(x, group = NULL)

Source

R package geologyGeometry by J. R. Davies

Arguments

x

object of class "Pair" or "Fault"

group

character. Symmetry group of x. One of "orthorhombic" (line-in-plane symmetry, e.g. foliation-lineations, cylindrical fold orientations, triaxial ellipsoid orientations, and earthquake focal mechanisms, and olivine), "triclinic" (ray-in-plane symmetry, e.g. faults with slip directions), "trigonal" (e.g. alpha-quartz), "hexagonal" (e.g. beta-quartz), or "trivial" (rotations). If NULL, the group will be automatically picked based on the class of x.

Value

object of class "Pair" or "Fault", respectively

References

Davis, J. R., & Titus, S. J. (2017). Modern methods of analysis for three-dimensional orientational data. Journal of Structural Geology, 96, 65–89. https://doi.org/10.1016/j.jsg.2017.01.002

Examples

my_fault <- Fault(
c("a" = 120, "b" = 120, "c" = 100), 
c(60, 60, 50), 
c(110, 25, 30), 
c(58, 9, 23), 
c(1, -1, 1)
)
sph_mean_pair(my_fault)
#> Fault object (n = 1):
#> dip_direction           dip       azimuth        plunge         sense 
#>     109.11409      59.36207     131.87199      57.28751       1.00000 
sph_var_pair(my_fault)
#> [1] 0.721249