state_unemployment_choropleth: Render Choropleth Map of US State Unemployment Rates

Description Usage Arguments

Description

Data comes from ?df_state_unemployment. The choropleth is rendered with the function ?state_choropleth in the choroplethr package.

Usage

1
state_unemployment_choropleth(year = 2013, buckets = 7, zoom = NULL)

Arguments

year

The year of data to use. Must be between 2000 and 2013.

buckets

The number of equally sized buckets to places the values in. A value of 1 will use a continuous scale, and a value in [2, 9] will use that many buckets.

zoom

An optional vector of states to zoom in on. Elements of this vector must exactly match the names of states as they appear in the "region" column of ?state.regions in the choroplethrMaps package.


trulia/rUnemploymentData documentation built on June 1, 2019, 1:52 a.m.