knitr::opts_chunk$set(echo = TRUE)

Analysis of delays for line r params$line

Delays by hour for each weekday

The following plot shows the distribution of delays by hour for each weekday.

data <- vbzdelays::get_line_data(params$line)
vbzdelays::plot_delays_by_weekday_hour(data)


miraisolutions/vbzdelays documentation built on May 13, 2020, 1:21 a.m.