Due: 06 April, 11:59 pm
Weight: This assignment is worth 0.5% of your final grade.
Purpose: The purpose of this assignment is to introduce you to the concept of allowing the reader to directly interact with your data. Interactive charts are an entirely different class of data visualizations made possible by advances in computing and other languages like html and javascript.
Assessment: This assignment is graded using a check system:
- ✔+ (110%): Reflection shows phenomenal thought and engagement with the course content. I will not assign these often.
- ✔ (100%): Reflection is thoughtful, well-written, and shows engagement with the course content. This is the expected level of performance.
- ✔− (50%): Reflection is hastily composed, too short, and/or only cursorily engages with the course content. This grade signals that you need to improve next time. I will hopefully not assign these often.
Notice that this is essentially a pass/fail or completion-based system. I’m not grading your writing ability, I’m not counting the exact number of words you write, and I’m not looking for encyclopedic citations of every single reading to prove that you did indeed read everything. I’m looking for thoughtful engagement, that’s all. Do good work and you’ll get a ✓.
This week, I want you to experience some (good) interactive charts so you can get a sense for how different the user experience is between static and interactive charts.
To get started, find an article online that has some interactive charts. I recommend going to The Pudding - almost all of their articles blend text, data, and (usually interactive) charts. Feel free to use an article on a different site if you wish though.
Once you’ve found your article, read through it carefully. As you scroll though it, take note in your reflection this week of some of the key points you remember from the article. Answer these questions:
Now that you’ve seen some interactive charts, make a simple, static chart in the chunk provided in your reflection. Name the plot It can be any ggplot chart - feel free to copy-paste something we’ve made in class (don’t forget to also copy-paste any data files you may need to create the chart).
If you in the chunk provided to make it interactive! (Make sure you
have the plotly
library installed).