From 9eb834132f8874e759e16482982480c7417fa96c Mon Sep 17 00:00:00 2001 From: Ari Lamstein Date: Sat, 29 Mar 2014 23:26:35 -0700 Subject: [PATCH] change documentation to fix max-column bug cran reported. --- man/choroplethr.Rd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man/choroplethr.Rd b/man/choroplethr.Rd index 3dc3d5d..ef7623e 100644 --- a/man/choroplethr.Rd +++ b/man/choroplethr.Rd @@ -52,7 +52,8 @@ choroplethr(df_pop_state, lod="state", num_buckets=1, title="2012 State Populati choroplethr(df_pop_state, lod="state", num_buckets=9, title="2012 State Population Estimates") # West coast counties in 2012 which were above or below the median population -choroplethr(df_pop_county, lod="county", num_buckets=2, title="2012 County Population Estimates", states=c("CA", "OR", "WA")) +choroplethr(df_pop_county, lod="county", num_buckets=2, +title="2012 County Population Estimates", states=c("CA", "OR", "WA")) # Zip Code Tabulated Area (ZCTA) population estimates. choroplethr(df_pop_zip, "zip", title="2012 Population of each ZIP Code Tabulated Area (ZCTA)")