Description Usage Arguments Value Examples
should take:
1 2 | route_frequency(gtfs_obj, start_hour = 6, end_hour = 22, dow = c(1, 1, 1,
1, 1, 0, 0))
|
gtfs_obj |
a list of gtfs dataframes as read by the trread package. |
start_hour |
(optional) an integer, default 6 (6 am) |
end_hour |
(optional) an integer, default 22 (10 pm) |
dow |
(optional) an integeger vector with days of week. monday=1. default: c(1,1,1,1,1,0,0) |
route_headways a dataframe of route headways
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.