stress_data | R Documentation |
Subsets of the World Stress Map (WSM) compilation of information on the crustal present-day stress field (Version 1.1. 2019).
data('san_andreas')
data('tibet')
data('iceland')
A sf
object / data.frame
with 10 columns. Each row represents a different in-situ stress measurement:
Measurement identifier
latitude in degrees
longitude in degrees
SHmax azimuth in degrees
MMeasruement standard eviation (in degrees)
Type of measurement
Depth in km
WSM quality rank
Stress regime
An object of class sf
(inherits from data.frame
) with 407 rows and 10 columns.
An object of class sf
(inherits from data.frame
) with 947 rows and 10 columns.
An object of class sf
(inherits from data.frame
) with 201 rows and 10 columns.
'san_andreas"
contains 407 stress data adjacent to the San Andreas Fault to be tested against a tangentially displaced plate boundary.
"tibet"
contains 947 stress data from the Himalaya and Tibetan plateau to be tested against an inward-moving displaced plate boundary.
'iceland
contains 201 stress data from Iceland to be tested against a outward-moving displaced plate boundary.
https://www.world-stress-map.org/
Heidbach, O., M. Rajabi, X. Cui, K. Fuchs, B. M<U+00FC>ller, J. Reinecker, K. Reiter, M. Tingay, F. Wenzel, F. Xie, M. O. Ziegler, M.-L. Zoback, and M. D. Zoback (2018): The World Stress Map database release 2016: Crustal stress pattern across scales. Tectonophysics, 744, 484-498, \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1016/j.tecto.2018.07.007")}.
download_WSM2016()
for description of columns and stress regime
acronyms
data("san_andreas")
head(san_andreas)
data("tibet")
head(tibet)
data("iceland")
head(iceland)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.