PoR2Geo_azimuth | R Documentation |
Conversion of PoR azimuths into geographical azimuths
PoR2Geo_azimuth(x, PoR)
x |
|
PoR |
|
numeric vector of transformed azimuths (in degrees)
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")}.
PoR_shmax()
data("nuvel1")
# North America relative to Pacific plate:
PoR <- subset(nuvel1, nuvel1$plate.rot == "na")
data("san_andreas")
san_andreas$azi.PoR <- PoR_shmax(san_andreas, PoR)
# convert back to geo CRS
PoR2Geo_azimuth(san_andreas, PoR)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.