Skip to content

Commit a80e40d

Browse files
authored
Update README.md
1 parent e86a1d1 commit a80e40d

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ It produces an interactive flow map representing numbers of movements between lo
55

66
![image](https://user-images.githubusercontent.com/351828/86061814-bb993800-ba67-11ea-9e76-90a75f813327.png)
77

8-
#### Installation
8+
As an alternative, you may also consider using R to populate a spreadsheet for publishing a flow map on [Flowmap.blue](http://flowmap.blue)
9+
as described in this [excellent blog post](https://doodles.mountainmath.ca/blog/2020/01/06/flow-maps/).
10+
11+
### Installation
912

1013
You can install the package from GitHub as follows:
1114

@@ -14,7 +17,7 @@ You can install the package from GitHub as follows:
1417

1518

1619

17-
#### Usage
20+
### Usage
1821

1922
locations <- read.csv('https://gist.githubusercontent.com/ilyabo/a7b9701424257146b571149d92a14926/raw/2e9e1e9bcf64cf0090781b451037229ccb78e1b1/locations.csv')
2023
flows <- read.csv('https://gist.githubusercontent.com/ilyabo/a7b9701424257146b571149d92a14926/raw/2e9e1e9bcf64cf0090781b451037229ccb78e1b1/flows.csv')

0 commit comments

Comments
 (0)