shrinking lines on figure 1

This commit is contained in:
Jeremy Kidwell 2019-02-17 20:36:27 +00:00
parent 603430907c
commit b660cb5116

View file

@ -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.