Description Usage Arguments Value Examples
adj_beniplot
creates a plot of a cross-sectional transect in kilometers versus depth in kilometers. The user defines the strike of the fault allowing a perpendicular transect to the fault. This is useful in defining Wadati-Benioff Zones on subducting slabs
1 | adj_beniplot(data, strike = 0, magnitude = FALSE)
|
data |
a dataframe containing at least latitude and longitude of earthquakes as well as the magnitude and depth of the earthquakes. This function was originally designed to work with .csv data exported from https://earthquake.usgs.gov/earthquakes/search/. |
strike |
The strike of the fault of interest (in degrees from north) |
magnitude |
if |
A plot of earthquakes is printed with an x-axis of the transect in kilometers and the y-axis is depth of earthquake in km. A gradation of color illustrates the increase in depth. If the default magnitude = FALSE
is changed to magnitude = TRUE
, then magnitude of events are shown in correlation with depth.
1 | adj_beniplot(data = chile, strike = 13, magnitude = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.