Examples for 'rbokeh::flightfreq'


Flight frequency dataset

Aliases: flightfreq

Keywords: data

### ** Examples

## No test: 
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
Error in loadNamespace(name): there is no package called 'webshot'
## End(No test)

[Package rbokeh version 0.5.2 Index]