Skip to content

Commit a5f974a

Browse files
committed
change from Alewife to Davis for dwells
1 parent b08695a commit a5f974a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vignettes/getting-started.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ headways <- tm_headways("2024-01-15", stop = "70061")
100100
headways <- tm_headways("2024-01-15", stop = c("70061", "70063"))
101101
102102
# Dwell times at a stop
103-
dwells <- tm_dwells("2024-01-15", stop = "70061")
103+
dwells <- tm_dwells("2024-01-15", stop = "70063")
104104
105105
# Travel times between a stop pair
106106
travel <- tm_travel_times("2024-01-15", from_stop = "70076", to_stop = "70064")
@@ -237,7 +237,7 @@ headways_agg <- tm_aggregate_headways(
237237
238238
# Average dwell times at a stop over a date range
239239
dwells_agg <- tm_aggregate_dwells(
240-
stop = "70061",
240+
stop = "70063",
241241
start_date = "2024-01-01",
242242
end_date = "2024-01-31"
243243
)

0 commit comments

Comments
 (0)