knitr::opts_chunk$set(echo = TRUE)
r params$lineThe 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.