zips {muRL} | R Documentation |
A .tab file of United States ZIP code data for mapping recipients. Called by zip.plot
to match ZIP codes from letters to latitude and longitude coordinates, and then plot latitudes and longitudes on a user-selected map type.
data(zips)
A data frame with 33243 observations on 4 variables.
state
AK
, AL
, ..., WY
).zip
lat
lon
Not all US ZIP codes are currently included in this file. If you have a ZIP code you would like included for plotting, please email the package maintainer with the following four pieces of information: the state in which the ZIP code is located, the ZIP code itself, the latitude of the ZIP code to six decimal places (such as 38.643248), and the longitude of the ZIP code to six decimal places (such as -75.611025). Please also provide the city and any other information required to verify the latitude and longitude for inclusion.
The original file upon which zips.tab
is based is available at http://www.census.gov/
tiger/tms/gazetteer/zcta5.txt
, which is linked from http://www.census.gov/geo/www/gazetteer/places2k.html
. The US Census Bureau's Geography Division produced these documents. A few additions to the originals have been made. See the muRL
CHANGELOG for details.
Further information about ZIP Code Tabulation Areas (ZCTAs) is available at
http://www.census.gov/geo/ZCTA/zcta.html
.
data(zips) summary(zips$lat) summary(zips$lon)