Open mtwelker opened 3 years ago
Hello @mtwelker ,
Great questions!
You will want to use your shapefile to create the choropleth maps.
Here is an example tutorial:
https://www.r-graph-gallery.com/choropleth-map-in-r.html
You can create a map of the home values in 1990 and visualize where the higher home values are located within your shapefile.
Then a second map of the home values in 2000 to visualize the distribution within the shapefile.
You can then create a third map of your changes variable to highlight the differences in 2000 from 1990 and identify what areas had relatively significant changes and may be candidates for gentrification.
Let me know if you have any further questions.
Thank you for that explanation @castower. It sounds like you're saying that if we produce those three maps you mention (1990, 2000, and change), that will meet the chloropleth map requirements for this lab. And then we just need to add some language explaining what we observe. Is that right?
Hello @mtwelker , Yes, that's correct.
Prof. @castower ,
In the instructions, it says:
I have questions about all three parts:
Thanks so much for your help!