Week 6 viz: Community partner viz
For this week, I’d like you to make an initial data visualization of the [community partner] data. Take a look at the brief they prepared for us, and attempt to address one of their questions of interest. Ideally, use the colors from their brand guidelines.
Once you’ve created your visualization, upload the two documents here:
- A rendered Quarto doc that shows me your code and explains what your visualization shows. This should be a “the visualization shows [whatever the big ‘so what’ is]” type sentence, not a “a bar chart displays the distribution of a categorical variable” sentence.
- A visualization, saved as an image (jpg, png, pdf, etc)
One hint for your Quarto doc is that it needs to have embed-resources: true
in the YAML (the first few lines of the document).
---
title: "Community partner data"
author: "Professor McNamara"
format: html
editor: visual
execute:
echo: true
embed-resources: true
---