Skip to content

Commit 1eaf125

Browse files
committed
update README in line with the package DESCRIPTION file
1 parent dea2098 commit 1eaf125

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed

README.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,21 @@ alt="R-CMD-check" /></a> <!-- badges: end -->
1212

1313
WORK IN PROGRESS
1414

15-
This is a [Flowmap.blue](https://www.flowmap.blue/) widget for R. It
16-
produces an interactive flow map representing numbers of movements
17-
between locations (origin-destination data).
18-
19-
You might also consider using this pure R flowmapping library:
20-
https://github.com/JohMast/flowmapper
15+
This is a [Flowmap.blue](https://www.flowmap.blue/) widget for R. Create
16+
interactive flow maps using
17+
[`FlowmapBlue`](https://github.com/FlowmapBlue/FlowmapBlue) TypeScript
18+
library, which is a free tool for representing aggregated numbers of
19+
movements between geographic locations as flow maps. It is used to
20+
visualize urban mobility, commuting behavior, bus, subway and air
21+
travels, bicycle sharing, human and bird migration, refugee flows,
22+
freight transportation, trade, supply chains, scientific collaboration,
23+
epidemiological and historical data and many other topics. The package
24+
allows to either create standalone flow maps in form of ‘htmlwidgets’
25+
and save them in ‘HTML’ files, or integrate flow maps into ‘Shiny’
26+
applications.
27+
28+
You might also consider using this pure R flowmapping library based on
29+
`ggplot2`: https://github.com/JohMast/flowmapper
2130

2231
![](man/figures/demo.png)
2332

README.qmd

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ default-image-extension: ""
1515

1616
WORK IN PROGRESS
1717

18-
This is a [Flowmap.blue](https://www.flowmap.blue/) widget for R.
19-
It produces an interactive flow map representing numbers of movements between locations (origin-destination data).
18+
This is a [Flowmap.blue](https://www.flowmap.blue/) widget for R. Create interactive flow maps using [`FlowmapBlue`](https://github.com/FlowmapBlue/FlowmapBlue) TypeScript library, which is a free tool for representing aggregated numbers of movements between geographic locations as flow maps. It is used to visualize urban mobility, commuting behavior, bus, subway and air travels, bicycle sharing, human and bird migration, refugee flows, freight transportation, trade, supply chains, scientific collaboration, epidemiological and historical data and many other topics. The package allows to either create standalone flow maps in form of 'htmlwidgets' and save them in 'HTML' files, or integrate flow maps into 'Shiny' applications.
2019

21-
You might also consider using this pure R flowmapping library: https://github.com/JohMast/flowmapper
20+
You might also consider using this pure R flowmapping library based on `ggplot2`: https://github.com/JohMast/flowmapper
2221

2322
![](man/figures/demo.png)
2423

0 commit comments

Comments
 (0)