This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### | |
| ### Barry Rowlingson, Lancaster University | |
| ### | |
| ## needed for shapefiles: | |
| require(rgdal) | |
| ## needed for colour mapping - not on CRAN: | |
| ## http://r-forge.r-project.org/projects/colourscheme/ | |
| ## try: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #load data | |
| stateAbbr rownames(stateAbbr)unemp_data | |
| #get county names in correct format | |
| countyNames counties statesstates | |
| #concatenate states and counties | |
| unemp_data$counties | |
| #parse out county titles & specifics |
NewerOlder