| magn.plot | R Documentation | 
Plots the logarithm of the cumulative frequency of eccedence vs. magnitude in an earthquake catalog.
magn.plot(catalog, main = "Transformed plot of magnitude frequencies", ...)
catalog | 
 should be a   | 
main | 
 Title to give to the plot  | 
... | 
 other arguments to be passed to   | 
For each magnitude m_j, if N_j is the number of values of magn1 greater than m_j,
the values of  \log(N_j) vs. m_j are plotted.
According to the Gutenberg-Richter law, this plot should be linear. If there is a linear behaviour only for values greater 
than a given m_0, then  m_0 is probably the magnitude threshold of the catalog.
A new plot is printed (see details).
Marcello Chiodi.
## Not run: 
data(italycatalog)
magn.plot(italycatalog) 
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.