-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
44 lines (43 loc) · 1.05 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
export(AHI)
export(HImid)
export(SHI)
export(TI)
export(event_plot)
export(feat_event)
export(hydro_events)
export(hysteresis_plot)
importFrom(dplyr,"%>%")
importFrom(dplyr,as_tibble)
importFrom(dplyr,enquo)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,last)
importFrom(dplyr,pull)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,tibble)
importFrom(ggplot2,aes)
importFrom(ggplot2,arrow)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_path)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,theme)
importFrom(ggplot2,unit)
importFrom(lubridate,is.POSIXct)
importFrom(lubridate,round_date)
importFrom(rlang,abort)
importFrom(stats,approx)
importFrom(stats,coef)
importFrom(stats,lm)
importFrom(tidyr,drop_na)
importFrom(tsibble,as_tsibble)
importFrom(tsibble,tsibble)
importFrom(utils,head)
importFrom(xts,xts)
importFrom(zoo,na.approx)
importFrom(zoo,na.locf)