We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa577eb commit f8077bdCopy full SHA for f8077bd
1 file changed
README.md
@@ -25,3 +25,6 @@ You can install the package from GitHub as follows:
25
flows <- read.csv('https://gist.githubusercontent.com/ilyabo/a7b9701424257146b571149d92a14926/raw/2e9e1e9bcf64cf0090781b451037229ccb78e1b1/flows.csv')
26
mapboxAccessToken <- 'YOUR_MAPBOX_ACCESS_TOKEN'
27
flowmapblue(locations, flows, mapboxAccessToken, clustering=TRUE, darkMode=TRUE, animation=FALSE)
28
+
29
30
+Here is a [nice tutorial](https://www.paulamoraga.com/blog/2020/07/11/2020-07-11-mobility/) by Paula Moraga.
0 commit comments