Skip to content

Commit

Permalink
reflow ~~~
Browse files Browse the repository at this point in the history
  • Loading branch information
geryan committed Dec 11, 2024
1 parent d653eb8 commit 2048f13
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ A. Lieber, K. Schulman, Y. Shao, V. Qarkaxhija, A. K. Nandi, S. H. Keddie, S.
Rumisha, P. Amratia, R. Arambepola, E. G. Chestnutt, J. J. Millar, T. L. Symons,
E. Cameron, K. E. Battle, S. Bhatt, and P. W. Gething.* **Global maps of travel
time to healthcare facilities.** (2020) Nature Medicine.
https://doi.org/10.1038/s41591-020-1059-1
<https://doi.org/10.1038/s41591-020-1059-1>

*D. J. Weiss, A. Nelson, H.S. Gibson, W. Temperley, S. Peedell, A. Lieber, M.
Hancher, E. Poyart, S. Belchior, N. Fullman, B. Mappin, U. Dalrymple, J. Rozier,
T.C.D. Lucas, R.E. Howes, L.S. Tusting, S.Y. Kang, E. Cameron, D. Bisanzio, K.E.
Battle, S. Bhatt, and P.W. Gething.* **A global map of travel time to cities to
assess inequalities in accessibility in 2015.** (2018). Nature.
doi:10.1038/nature25181.
<https://doi.org/10.1038/nature25181>

## Installation

Expand Down Expand Up @@ -107,7 +107,8 @@ points(from_here, pch = 19, col = "hotpink")

## A more tangible example: Walking in Singapore

Let's create a map of the walking time across the island of Singapore from the nearest
Let's create a map of the walking time across the island of Singapore from the
nearest
[MRT or LRT](https://en.wikipedia.org/wiki/Transport_in_Singapore#Rail_transport)
station.

Expand All @@ -116,8 +117,8 @@ To do this, we need:
- a map of Singapore
- locations of the stations


Here's our basemap via `geodata`:

```{r}
#install.packages("geodata")
library(geodata)
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ Lieber, M. Hancher, E. Poyart, S. Belchior, N. Fullman, B. Mappin, U.
Dalrymple, J. Rozier, T.C.D. Lucas, R.E. Howes, L.S. Tusting, S.Y. Kang,
E. Cameron, D. Bisanzio, K.E. Battle, S. Bhatt, and P.W. Gething.* **A
global map of travel time to cities to assess inequalities in
accessibility in 2015.** (2018). Nature. <doi:10.1038/nature25181>.
accessibility in 2015.** (2018). Nature.
<https://doi.org/10.1038/nature25181>

## Installation

Expand Down

0 comments on commit 2048f13

Please sign in to comment.