15/12/2017

Developing Data Products Week 3 Assignment

  • R Markdown Presentation with Plotly Plot
  • Volcanoes in the North / East Semihemisphere

Volcanoes in the North / East Semihemisphere

  • Notes
  1. The data for the Plotly interactive plot on the following slide is from the following dataset located on Github: https://github.com/plotly/datasets/blob/master/volcano_db.csv
  2. I was not able to successfully plot all of the volcanoes in the world, so I limited the plot to those in the North / East Semihemisphere (that is, those in both the Northern Hemisphere and the Eastern Hemisphere).
  3. When you hover over each location, you will see the volcano's name as well as its coordinates and its status.

## Warning: package 'ggplot2' was built under R version 3.4.3
## Warning: package 'plotly' was built under R version 3.4.3
## Warning: package 'bindrcpp' was built under R version 3.4.3

The End