-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
46 lines (45 loc) · 1.31 KB
/
Copy pathNAMESPACE
File metadata and controls
46 lines (45 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Generated by roxygen2: do not edit by hand
S3method(autolayer,prophet_changepoint)
S3method(autolayer,prophet_outlier)
S3method(plot_residuals_calendar,prophet)
S3method(plot_residuals_calendar,prophet_outlier)
export(add_changepoints_to_plot)
export(add_outliers_to_plot)
export(add_trend_to_plot)
export(autolayer)
export(detect_outliers)
export(get_changepoints)
export(plot_residuals_calendar)
importFrom(dplyr,across)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,ungroup)
importFrom(ggplot2,aes)
importFrom(ggplot2,autolayer)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_alpha)
importFrom(ggplot2,scale_fill_gradient2)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_get)
importFrom(ggplot2,theme_gray)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(lubridate,day)
importFrom(lubridate,month)
importFrom(lubridate,wday)
importFrom(lubridate,year)
importFrom(rlang,"!!!")
importFrom(rlang,.data)