Description Usage Arguments Value Examples
beniplot
creates a plot of a cross-sectional transect in either kilometers or longitude versus depth in kilometers. The reference of the transect is perpendicular to north. Therefore, if the fault is not perfectly oriented north-south, then it will be obliquely transected. Use adj_beniplot
funtion to account for the strike of the fault. Outputs can be in longitude or kilometers and toggle between showing relative magnitude of events.
1 |
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/ |
units |
Two units |
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 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.