Skip to content

Commit

Permalink
Merge remote-tracking branch 'robin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Sep 18, 2018
2 parents 261efb9 + d1f10fe commit 5e1a2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/introducing-stplanr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ od_eg = read.csv(text =
knitr::kable(od_eg)
```

What this example OD table means is that 100 units of 'V1' and 3 units of V2 travel between zone 1 and zone 2. There is also movement represented between Zone 2 and 3.
What this example OD table means is that 100 units of 'V1' and 3 units of V2 travel between zone 1 and zone 2. There is also movement represented between Zone 1 and 3.

This dataset can also be represent as an 'od matrix', where rows represent the origins and columns destinations. However, for multiple variables (e.g. modes of transport) and to prevent giant and unwieldy sparse matrices, the 'long' form represented above is much more common.

Expand Down

0 comments on commit 5e1a2f7

Please sign in to comment.