model_shmax | R Documentation |
Models the direction of maximum horizontal stress
\sigma_{Hmax}
along great circles, small circles, and
loxodromes at a given point or points according to the relative plate motion
in the geographical coordinate reference system.
model_shmax(df, euler)
df |
|
euler |
|
\sigma_{Hmax}
following great circles is the
(initial) bearing between the given point and the pole of relative plate
motion. \sigma_{Hmax}
along small circles, clockwise, and
counter-clockwise loxodromes is 90^{\circ}
,
+45^{\circ}
, and 135^{\circ}
(-45^{\circ}
) to this great circle bearing, respectively.
data.frame
Azimuth of 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")}.
deviation_shmax()
to compute the deviation of the modeled direction
from the observed direction of \sigma_{Hmax}
.
PoR_shmax()
to calculate the azimuth of \sigma_{Hmax}
in the pole of rotation reference system.
data("nuvel1")
# North America relative to Pacific plate:
euler <- subset(nuvel1, nuvel1$plate.rot == "na")
# the point where we mant to model the SHmax direction:
point <- data.frame(lat = 45, lon = 20)
model_shmax(point, euler)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.