ZipGeography: Geographic information by US Zip Codes (Postal Codes)

Description Usage Format Examples

Description

Information about the location, area, and housing units in each ZIP code area.

Usage

1
data("ZipGeography")

Format

A data frame with 42741 observations on the following 13 variables.

State

a factor

Population

the population of the ZIP are

County

the name of the county to which the ZIP area belongs

HousingUnits

a numeric vector

LandArea

a numeric vector

WaterArea

a numeric vector

CityName

a factor with levels

AreaCode

a numeric vector

Timezone

a factor with levels EST EST+1 CST MST PST PST-2 PST-3 PST-4 PST-5 PST-6 PST-7 PST-1

Latitude

a numeric vector

Longitude

a numeric vector

PostOfficeName

the name of the post office serving the ZIP

ZIP

a character vector

Examples

1
2
data(ZipGeography)
## maybe str(ZipGeography) ; plot(ZipGeography) ...

dtkaplan/DataComputing documentation built on May 15, 2019, 4:58 p.m.