examples/tmap_arrange.R

tm1 = tm_shape(World) + tm_polygons("HPI")
tm2 = tm_shape(metro) + tm_bubbles(size = "pop2020")

tmap_arrange(tm1, tm2)
r-tmap/tmap documentation built on June 23, 2024, 9:58 a.m.