R Coffee Break: Thematic Maps with tmap
Details
Dear R Users,
Martijn has developed a superb package with which you can set up an interactive map with only a few lines of code. You don't think that? Try it!
```
library(tmap)
data("World")
tmap_mode("view")
tm_shape(World) +
tm_polygons("HPI")
```
I asked Martijn if he could give as a shot demonstration -and he agreed! Thank you, Martijn!
A nice vignette how to get started: https://cran.r-project.org/web/packages/tmap/vignettes/tmap-getstarted.html
We provide the login data on the day of the presentation.
Cheers,
Guido
Meeting-Link: https://us06web.zoom.us/j/99704236521?pwd=VG01UnpNOHRVQVRDTUNUVG8wRk1GQT09
Verwandte Themen
Data Science
Data Science using R
R Project for Statistical Computing
Statistical Computing
Statistical Science
