Description Usage Arguments Value Examples
Filter the top n_max earthquakes according to their magnitude.
1 |
data |
Earthquake data |
n_max |
Max number of earthquakes to pick |
min_date |
Minimum date |
max_date |
Maximum date |
A dataframe with the filtered data
1 | top_10 <- top_eq( eq_clean_data(raw_data), 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.