stress_data function

Example crustal stress dataset

Example crustal stress dataset

Subsets of the World Stress Map (WSM) compilation of information on the crustal present-day stress field (Version 1.1. 2019). data

Format

A sf object / data.frame with 10 columns. Each row represents a different in-situ stress measurement:

  • id: Measurement identifier
  • lat: latitude in degrees
  • lon: longitude in degrees
  • azi: SHmax azimuth in degrees
  • unc: MMeasruement standard eviation (in degrees)
  • type: Type of measurement
  • depth: Depth in km
  • quality: WSM quality rank
  • regime: Stress regime

An object of class sf (inherits from data.frame) with 1126 rows and 10 columns.

An object of class sf (inherits from data.frame) with 1165 rows and 10 columns.

An object of class sf (inherits from data.frame) with 490 rows and 10 columns.

Source

https://www.world-stress-map.org/

data('san_andreas') data('tibet') data('iceland')

Details

  • '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.

Examples

data("san_andreas") head(san_andreas) data("tibet") head(tibet) data("iceland") head(iceland)

References

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, tools:::Rd_expr_doi("10.1016/j.tecto.2018.07.007") .

See Also

download_WSM2016() for description of columns and stress regime acronyms

  • Maintainer: Tobias Stephan
  • License: GPL (>= 3)
  • Last published: 2025-03-01