Help plotting Geographic Data in R using PBSMapping and Shapefiles
问题 Using O'Reilly's Data Mashups in R as inspiration, I'm trying to plot a handful of addresses on a shapefile of Salt Lake County, Utah found here. I have data frame geoTable: > geoTable address Y X EID 1 130 E 300 S 40.76271 -111.8872 1 2 875 E 900 S 40.74992 -111.8660 2 3 2200 S 700 E 40.72298 -111.8714 3 4 702 E 100 S 40.76705 -111.8707 4 5 177 East 200 S 40.76518 -111.8859 5 6 702 3rd ave 40.77264 -111.8683 6 7 2175 S 900 E 40.72372 -111.8652 7 8 803 E 2100 S 40.72556 -111.8680 8 And I've