gutenberg | R Documentation |
Calculate a semi-log plot with earthquake magnitude on the horizontal axis,and the cumulative number of earthquakes exceeding any given magnitude on the vertical axis.
gutenberg(m, n = 10, ...)
m |
a vector of earthquake magnitudes |
n |
the number of magnitudes to evaluate |
... |
optional arguments to the generic |
the output of lm
with earthquake magnitude as the
independent variable (mag
) and the logarithm (base 10)
of the frequency as the dependent variable (lfreq
).
data(declustered,package='geostats') gutenberg(declustered$mag)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.