county_points: Eastern U.S. county latitude and longitudes

Description Usage Format Source

Description

A dataframe containing locations of population mean centers for counties in the eastern United States. Each county is identified by its 5-digit Federal Information Processing Standard (FIPS) code. This dataframe can be used to model storm winds at each county center. This dataset was put together using a dataframe from the U.S. Census Bureau, which was pulled from the website listed in "Source".

Usage

1

Format

A dataframe with 2,396 rows and 3 variables:

fips

A character vector giving the county's five-digit Federal Information Processing Standard (FIPS) code

glat

A numeric vector giving the latitude of the population mean center of each county

glon

A numeric vector giving the longitude of the population mean center of each county

Source

http://www2.census.gov/geo/docs/reference/cenpop2010/county/CenPop2010_Mean_CO.txt


stormwindmodel documentation built on July 27, 2020, 9:06 a.m.