nicoFhahn / making_maps_with_r

22 stars 13 forks source link

tmap: Ineractive map with multiple small plots #2

Open jiangshiguo opened 2 years ago

jiangshiguo commented 2 years ago

Hi Nico,

Thank you for the book. I tried to replicate the following code in Chapter 2, but cannot get the results of yours.

tm_shape(bavaria) + tm_polygons(col = "unemployment_rate") + tm_facets(by = "Art")

I checked your source file. You used the html_plots/chapter_2/tmap_3.html. How did you created tmap_3.html?

Thank you,

Shiguo

AleksandarMedarevic commented 1 month ago

Hi,

is there a way to create intervals in tmaps without overlap of threshold values?