-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
57 lines (56 loc) · 1.57 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
45
46
47
48
49
50
51
52
53
54
55
56
57
# Generated by roxygen2: do not edit by hand
export("%>%")
export(add_times)
export(aggregate_atmosphere)
export(aggregate_solute)
export(aggregate_tlevel)
export(create_monthly_atm)
export(get_hydrologic_years)
export(plot_atmosphere)
export(plot_monthly_atm)
export(plot_solute)
export(plot_waterbalance)
export(prepare_atmosphere)
export(prepare_atmosphere_data)
export(select_hydrologic_years)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_discrete)
importFrom(ggplot2,scale_fill_discrete)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(kwb.hydrus1d,defaults_atmosphere)
importFrom(lubridate,days_in_month)
importFrom(lubridate,month)
importFrom(lubridate,year)
importFrom(magrittr,"%>%")
importFrom(measurements,conv_unit)
importFrom(rlang,.data)
importFrom(scales,percent_format)
importFrom(stats,setNames)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace)
importFrom(tibble,tibble)
importFrom(tidyr,fill)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,replace_na)
importFrom(tidyselect,all_of)
importFrom(tidyselect,starts_with)