deviation_shmax | R Documentation |
Calculate the angular difference between the observed and modeled direction
of maximum horizontal stresses (\sigma_{Hmax}
) along
great circles, small circles, and
loxodromes of the relative plate motion's Euler pole
deviation_shmax(prd, obs)
prd |
|
obs |
Numeric vector containing the observed azimuth of
|
An object of class data.frame
Deviation of observed stress from modeled
\sigma_{Hmax}
following
great circles
Small circles
Clockwise loxodromes
Counter-clockwise loxodromes
Tobias Stephan
Stephan, T., Enkelmann, E., and Kroner, U. "Analyzing the horizontal orientation of the crustal stress adjacent to plate boundaries". Sci Rep 13. 15590 (2023). \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1038/s41598-023-42433-2")}.
model_shmax()
to calculate the theoretical direction of
\sigma_{Hmax}
.
data("nuvel1")
# North America relative to Pacific plate:
PoR <- subset(nuvel1, nuvel1$plate.rot == "na")
# the point where we want to model the SHmax direction:
point <- data.frame(lat = 45, lon = 20)
prd <- model_shmax(point, PoR)
deviation_shmax(prd, obs = 90)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.