-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
112 lines (111 loc) · 3.06 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
# Generated by roxygen2: do not edit by hand
export(CABCMParquetRead)
export(CleanSites)
export(CleanWells)
export(Correlation)
export(CreateWaterBalancePlot)
export(GridSeasons)
export(JoinHydroData)
export(ModelCorrMap)
export(ModelScatter)
export(PlotSeason)
export(Plot_WWLvsSTR)
export(SiteData)
export(TerraClimParquetRead)
export(balance_data)
export(model_clean)
export(process_model_data)
export(widen_model_data)
importFrom(RColorBrewer,brewer.pal)
importFrom(arrow,read_parquet)
importFrom(aws.s3,get_bucket_df)
importFrom(aws.s3,s3read_using)
importFrom(aws.s3,save_object)
importFrom(aws.signature,signature_v4_auth)
importFrom(cowplot,plot_grid)
importFrom(dplyr,`%>%`)
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,contains)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,inner_join)
importFrom(dplyr,lag)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,recode)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(dplyr,where)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_sf)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_sf)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggplotGrob)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,margin)
importFrom(ggplot2,rel)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_gradient)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,stat)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_gray)
importFrom(ggplot2,unit)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ggrepel,geom_label_repel)
importFrom(ggspatial,annotation_map_tile)
importFrom(ggspatial,annotation_north_arrow)
importFrom(ggspatial,annotation_scale)
importFrom(ggspatial,north_arrow_fancy_orienteering)
importFrom(glue,glue)
importFrom(grid,gpar)
importFrom(grid,grid.draw)
importFrom(grid,grid.newpage)
importFrom(grid,grid.text)
importFrom(grid,textGrob)
importFrom(gridExtra,arrangeGrob)
importFrom(gridExtra,grid.arrange)
importFrom(lubridate,as_date)
importFrom(lubridate,month)
importFrom(purrr,map)
importFrom(scales,pretty_breaks)
importFrom(sf,st_as_sf)
importFrom(sf,st_centroid)
importFrom(sf,st_crs)
importFrom(sf,st_intersection)
importFrom(sf,st_join)
importFrom(sf,st_read)
importFrom(sf,st_transform)
importFrom(stats,cor)
importFrom(stats,na.omit)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(stringr,str_detect)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_starts)
importFrom(tidyr,drop_na)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,separate)
importFrom(tools,file_path_sans_ext)
importFrom(utils,str)