choroplethrZip icon indicating copy to clipboard operation
choroplethrZip copied to clipboard

subtitle argument added (ggplot2)

Open RickPack opened this issue 7 years ago • 0 comments

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")

RickPack avatar Feb 11 '18 20:02 RickPack