import(ggplot2)
importFrom("brnn", "brnn", "predict.brnn")
importFrom("reshape2", "melt", "dcast")
importFrom("scales", "pretty_breaks")
importFrom("stats", "cor", "lm", "qt", "quantile", "predict", "sd", "as.formula", "princomp", "model.matrix", "median")
importFrom("utils", "capture.output", "setTxtProgressBar", "txtProgressBar")
importFrom("graphics", "plot")
importFrom("MLmetrics", "RRSE", "RMSE")
importFrom("RWeka", "M5P", "Bagging", "Weka_control", "make_Weka_classifier")
importFrom("dplyr", "select", "desc", "summarise", "filter", "group_by")
importFrom("oce", "rescale")
importFrom("gridExtra", "grid.arrange")
importFrom("knitr", "kable")
importFrom("magrittr", "%>%")
importFrom("plotly", "plot_ly", "add_surface", "layout", "subplot", "plotly_build", "colorbar", "add_trace")

export(daily_response)
export(plot_extreme)
export(plot_heatmap)
export(plot_specific)
export(critical_r)
export(count_ones)
export(years_to_rownames)
export(calculate_metrics)
export(compare_methods)
export(smooth_matrix)
export(round_df)
