dir_stats_ps: Principal stresses

View source: R/dir_stats_ps.R

dir_stats_psR Documentation

Principal stresses

Description

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

Usage

dir_stats_ps(dir, dip)

Arguments

dir

A vector of dip directions measurements in degrees

dip

A vector of dip angles measurements in degrees

Details

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

Value

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

Examples

dir = c(12,18,22,15,10,20)
dip = c(42,40,48,30,42,30)
dir_stats_ps(dir, dip)


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