Task 18: The US Grocer (KR)

Background

Interactive visualizations can often be powerful for data investigations. They let your team get at questions in real time. Use the Kroger (KR) stock price to build an interactive visualization of their performance over the last five years. Take some time to build a couple of different visualizations that show Krogers performance. See the task items below for a description.

Reading

This reading will help you complete the tasks below.

Tasks

  • [ ] Take notes on your reading of the new R package in the README.md or in a ‘.R’ script in the class task folder
  • [ ] Build the library(dygraphs) plot that shows the Kroger (KR) stock price performance over 5 years.
  • [ ] Imaging that you invested $10,000 in kroger about two years ago on April 5th. Make a graph with dygraph that shows performance dyRebased() to $10,000.
  • [ ] Annotate the graphic with a note of the reason at two or more time points, or intervals, where the price had significant shifts.
  • [ ] Create an .Rmd file with 1-2 paragraphs summarizing your graphics and the choices you made in the data presentation
  • [ ] Compile your .md and .html file into your git repository