rbokeh (version 0.5.0)

flightfreq: Flight frequency dataset

Description

Daily counts of domestic flights in the U.S. from 1999 to mid-2008

Usage

flightfreq

Arguments

Examples

Run this code
# NOT RUN {
p <- figure(width = 1000) %>%
  ly_points(date, Freq, data = flightfreq,
    hover = list(date, Freq, dow), size = 5) %>%
  ly_abline(v = as.Date("2001-09-11"))
p
# }

Run the code above in your browser using DataCamp Workspace