R static maps,with tmap
Dec 17, 2022 · 2 min read · tmap follows the grammar of graphics that ggplot2 is famous for. This involves the separation of data and how the data is visualized. The fundamental building block is tm_shape which takes as geospatial data argument. Other layers can then be added t...
Join discussion