Instructions: 1. Use ACS data to create an interactive map for the following regions in Virginia (Petersburg, Hopewell,
Posted: Fri Jul 01, 2022 5:41 am
Instructions:
1. Use ACS data to create an interactive map for the followingregions in Virginia (Petersburg, Hopewell, Colonial Heights, PrinceGeorge, & Dinwiddie) to show different levels of education.
2. You will create three maps, one with ggplot2, leaflet and theother using tm_shape
FIPS CODES:
#053 is the FIPS code for Dinwiddie#149 is Prince George County#570 is Colonial heights#670 is Hopewell#730 is Petersburg
Variable codes for each level of education (use ifneeded) "No High School Diploma" = "B06009_002", "High School Diploma" = "B06009_003", "Associate Degree"= "B06009_004", "Bachelor Degree" = "B06009_005", "Master Degree" = "B06009_006"
NB: CODES SHOULD BE WRITTEN IN R (RSTUDIO)
Please add where to find links if using CSV files toread in data (make downloading csv files easy to find)
1. Use ACS data to create an interactive map for the followingregions in Virginia (Petersburg, Hopewell, Colonial Heights, PrinceGeorge, & Dinwiddie) to show different levels of education.
2. You will create three maps, one with ggplot2, leaflet and theother using tm_shape
FIPS CODES:
#053 is the FIPS code for Dinwiddie#149 is Prince George County#570 is Colonial heights#670 is Hopewell#730 is Petersburg
Variable codes for each level of education (use ifneeded) "No High School Diploma" = "B06009_002", "High School Diploma" = "B06009_003", "Associate Degree"= "B06009_004", "Bachelor Degree" = "B06009_005", "Master Degree" = "B06009_006"
NB: CODES SHOULD BE WRITTEN IN R (RSTUDIO)
Please add where to find links if using CSV files toread in data (make downloading csv files easy to find)