diff --git a/mapping_draft.Rmd b/mapping_draft.Rmd index e13d815..9f323f7 100644 --- a/mapping_draft.Rmd +++ b/mapping_draft.Rmd @@ -327,9 +327,9 @@ Though there are too few eco-congregations and transition groups for a numerical tm_shape(admin_lev2) + tm_fill(col = "ecs_count", palette = "Oranges", title = "Concentration of ECS groups") + - tm_borders(alpha=.5) + + tm_borders(alpha=.5, lwd=0.1) + tm_shape(admin_lev1) + - tm_borders(lwd=0.8) + + tm_borders(lwd=0.6) + # TODO: Change title field "name" to match admin1 # also consider scaling text size using area # quick plot example: # qtm(World, fill = "income_grp", text = "iso_a3", text.size = "AREA") # use "World$" to see the two attributes: income_grp and iso_a3, text.size= area: text is sized increasingly with coutry area size.