Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 888 Bytes

README.md

File metadata and controls

48 lines (28 loc) · 888 Bytes

Donut maps

This is an R package to create donut maps.

Installation

library(remotes)
install_github("mtennekes/odf")
install_github("mtennekes/donutmaps")

Make sure the latest CRAN version of tmap is installed.

Example

Load the pacakges

library(odf)
library(tmap)
library(donutmaps)

See the examples inside the documentation:

?bake_donuts

Examples

Commuting maps of the Netherlands:

Donut Map

https://dashboards.cbs.nl/v1/commutingNL/

Note: this specific map is not fully reproducible yet, but is very similar to the example in bake_donuts

Lockdown maps of France

https://inseefrlab.github.io/lockdown-maps-R/inflows_EN.html

repository: https://github.com/InseeFrLab/lockdown-maps-R