Description Usage Arguments Value See Also Examples
View source: R/get_freq_grp_by_day_mag.R
Transforms geojson seismic object to continency table day bay magnitude
1 | get_freq_grp_by_day_mag(seismic.geojson.obj)
|
seismic.geojson.obj |
GeoJson object |
A tibble
with frequency of earthquakes grouped by day and magnitude
get_seismic_data
,
fit_quaker
,
flatten_to_table
,
get_freq_grp_by_country_mag
,
plot
1 2 3 4 | data <- get_freq_grp_by_day_mag(get_seismic_data(timeFrame = 'PAST_WEEK', minMagnitude = '1'))
data
data <- get_freq_grp_by_day_mag(get_seismic_data(timeFrame = 'PAST_MONTH', minMagnitude = '2.5'))
data
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.