# Generated by roxygen2: do not edit by hand

export(create_test_dataset)
export(create_train_dataset)
export(create_train_model)
export(daily_bicycle_rental)
export(monthly_bicycle_rental)
export(predict_bicycle_rental)
export(top10_paths)
export(top10_stations)
importFrom(RColorBrewer,brewer.pal)
importFrom(dplyr,"%>%")
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,summarise)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,coord_equal)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,scale_fill_gradientn)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_light)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,axis)
importFrom(graphics,legend)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(lubridate,as_datetime)
importFrom(lubridate,floor_date)
importFrom(lubridate,hour)
importFrom(lubridate,month)
importFrom(lubridate,wday)
importFrom(lubridate,year)
importFrom(randomForest,randomForest)
importFrom(reshape2,melt)
importFrom(stats,filter)
importFrom(stats,lag)
importFrom(stats,predict)
importFrom(stats,reorder)
importFrom(stats,rnorm)
importFrom(utils,head)
