20/07/2020

Introduction

  • The goal of the project is to create a web page presentation using R Markdown that features a plot created with Plotly, and to host the resulting web page on either GitHub Pages, RPubs, or NeoCities.

  • The interactive plot on the next slide represents the number of road accidents in Great Britain from Jan 2017 to Jan 2019, grouped by severity (slight, serious, or fatal).

    • A Loess smoother line has been added to highlight the overall evolution of the number of accidents.

Instructions

  • Create a web page presentation using R Markdown that features a plot created with Plotly. Host your webpage on either GitHub Pages, RPubs, or NeoCities.

  • Your webpage must contain the date that you created the document, and it must contain a plot created with Plotly. We would love to see you show off your creativity!

  • To run the presentation in R:

    • Load the library with: library(plotly)
    • Load the library with: library(dplyr)
    • Load the library with: library(data.table)
    • Load the library with: library(tidyr)
    • Load the library with: library(lubridate)
    • Load the library with: library(zoo)

Project Summary

  • This assignment is to display some information using plotly presentation.
  • The interactive plot on the next slide represents the number of road accidents in Great Britain from Jan 2017 to Jan 2019, grouped by severity (slight, serious, or fatal).

Road accidents in Britain (Jan 2017- Jan 2019)

References