Description Usage Arguments Value
View source: R/process_seismic_catalog.R
Function to process an earthquake catalog, as a vector of magnitudes
Function to process an earthquake catalog, as a vector of magnitudes
1 2 3 | process_cat(mw_vector, method = "rice")
process_cat(mw_vector, method = "rice")
|
mw_vector |
a mw_vector of magnitudes |
method |
a character of methods: 'rice', 'sturges', 'freedman' |
mw_vector |
a mw_vector of magnitudes |
method |
a character of methods: 'rice', 'sturges', 'freedman' |
a dataframe with catalog centres and an ecdf, filtered to above the magnitude of completness
a dataframe with catalog centres and an ecdf, filtered to above the magnitude of completness
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.