diff --git a/code/05-us-regions.R b/code/05-us-regions.R index 2f311f76e..16364fd95 100644 --- a/code/05-us-regions.R +++ b/code/05-us-regions.R @@ -15,4 +15,4 @@ us_facet = rbind(us_states_facet, regions_facet) |> tm_shape(us_facet) + tm_polygons("total_pop_15", fill.legend = tm_legend("Total population:")) + - tm_facets(by = "Level", ncols = 2, drop.units = TRUE) \ No newline at end of file + tm_facets(by = "Level", ncol = 2, drop.units = TRUE) \ No newline at end of file