Skip to content
This repository has been archived by the owner on Sep 6, 2020. It is now read-only.
/ eqviz Public archive

Coursera Mastering Software Development in R Capstone Course Project - NOAA Earthquakes Visualization

License

Notifications You must be signed in to change notification settings

staedi/eqviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

eqviz

NOAA Earthquakes visualization (Coursera Mastering Software Development in R Capstone)

This package is built for Mastering Software Development in R Capstone course using NOAA earthquakes data.

The pacakge eqviz has following functions for visualizations.

Data handling

  • eq_load_data: Load NOAA raw data into dataframe
  • eq_clean_data: Do housekeeping of data including type conversions and dropping unused columns
  • eq_location_clean: Keep location infos handy
  • helper_neg_dates: Convert BC dates into datetime object

Visualize on a timeline (GeomTimeline, GeomTimelineLabel)

  • geom_timeline: Main Geom function to plot earthquakes into a timeline
  • geom_timeline_label: Additional Geom function to label locations of the earthquakes

Mapping using Leaflet

  • eq_create_label: Create html text for popup in leaflet maps
  • eq_map: Plot leaflet map of earthquakes

About

Coursera Mastering Software Development in R Capstone Course Project - NOAA Earthquakes Visualization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages