choroplethrZip icon indicating copy to clipboard operation
choroplethrZip copied to clipboard

Data and Visualization of US ZIP Codes

Results 2 choroplethrZip issues
Sort by recently updated
recently updated
newest added

ggplot2 subtitle argument enabled a la: library(choroplethr) library(choroplethrZip) data('df_pop_zip') zip_choropleth(df_pop_zip, state_zoom="New York", title="2012 New York State ZCTA Population Estimates", subtitle="Imagine a helpful subtitle here", legend = "Population")

This change adds an optional "palette" variable to the zip_choropleth function so that the user has the ability to set the color palette for the Alaska and Hawaii insets. Currently...