usinc: United States coterminous states per capita income, 1929:2009

usincR Documentation

United States coterminous states per capita income, 1929:2009

Description

A spatial longitudinal data set of United States fourty-eight conterminous states personal income, from 1929 to 2009.

Usage

data(usinc)

Format

A sf and data.frame

Details

A longitudinal data frame in the wide format with.

STATE_FIPS

: A numeric vector. US states numerical identifier.

AREA

A numeric vector. Area of the polygons.

PERIMETER

: A numeric vector. Perimeter of the polygons.

STATE_NAME

: A factor. state name.

SUB_REGION

: A factor. state region.

STATE_ABBR

: A factor. state name abbreviation.

X1929

: A numeric vector. states's per capita income in 1929

...
X2009

: A numeric vector. states's per capita income in 2009

Source

Bureau of Economic Analysis, 2010. State Personal Income. http://www.bea.gov/newsreleases/regional/spi/sqpi_newsrelease.htm

Examples

#data(usinc,package='spdyn')
#names(usinc) ; plot(sf::st_geometry(usinc))

spdyn documentation built on Oct. 28, 2024, 3 p.m.