Learn R Programming

stormwindmodel (version 0.1.4)

county_points: Eastern U.S. county latitude and longitudes

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

county_points

Arguments

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