No renderer backend detected. gganimate will default to writing frames to separate files
Consider installing:
- the `gifski` package for gif output
- the `av` package for video output
and restarting the R session
Rows: 12027 Columns: 11
── Column specification ────────────────────────────────────────────────────────
Delimiter: ","
chr (3): area, type, review_level
dbl (7): event_id, latitude, longitude, depth_km, duration_magnitude_md, md...
dttm (1): time
ℹ Use `spec()` to retrieve the full column specification for this data.
ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
head(vesuvius)
# A tibble: 6 × 11
event_id time latitude longitude depth_km duration_magnitude_md
<dbl> <dttm> <dbl> <dbl> <dbl> <dbl>
1 4251 2011-04-20 00:27:24 40.8 14.4 0.42 1.2
2 4252 2012-06-19 21:29:48 40.8 14.4 1.31 0.7
3 22547 2013-01-01 07:34:46 40.8 14.4 0.06 2.2
4 22546 2013-01-03 16:06:48 NA NA NA 0.2
5 22545 2013-01-03 16:07:37 NA NA NA 0.2
6 22544 2013-01-04 06:42:50 NA NA NA 0
# ℹ 5 more variables: md_error <dbl>, area <chr>, type <chr>,
# review_level <chr>, year <dbl>
Seismic Activity by latitude and longitude:
Looking at the recorded seismic activity around Mount Vesuvius, the apparent center of seismic action is at 14.43 longitude, 40.82 latitude.