# NOT RUN {
fs <- pedestrian %>%
dplyr::filter(Date < as.Date("2016-05-01"))
fs %>%
ggplot(aes(x = Time, y = Hourly_Counts)) +
geom_line(aes(colour = Sensor_Name)) +
facet_calendar(~ Date, nrow = 2) + # or ~ as.Date(Date_Time)
theme(legend.position = "bottom")
# }
Run the code above in your browser using DataLab