mirror of
https://github.com/kidwellj/mapping_environmental_action.git
synced 2025-01-09 15:22:22 +00:00
shrinking lines on figure 1
This commit is contained in:
parent
603430907c
commit
b660cb5116
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue