-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
63 lines (62 loc) · 1.46 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(dt_to_wq)
export(format_rfggrid)
export(generate_wq_abb)
export(geom_velocity)
export(get_efdc_grids_as_sf)
export(get_efdc_nc_coordinates)
export(get_efdc_nc_dt)
export(get_efdc_nc_var)
export(get_wq_params)
export(get_wq_params_value)
export(has_variable)
export(melt_nc)
export(nse)
export(plot_efdc_nc_var)
export(plot_efdc_ts)
export(poly_area)
export(set_wqbc)
export(shp_to_ldb)
export(theme_efdc)
export(update_wq_params_value)
export(write_wq)
import(data.table)
import(ggplot2)
import(glue)
import(grid)
import(hydroGOF)
import(ncdf4)
import(sf)
import(stringr)
importFrom(broom,tidy)
importFrom(cubelyr,as.tbl_cube)
importFrom(data.table,":=")
importFrom(data.table,melt)
importFrom(data.table,setDT)
importFrom(dplyr,group_by)
importFrom(dplyr,summarise)
importFrom(ggplot2,"%+replace%")
importFrom(hydroGOF,gof)
importFrom(lubridate,ddays)
importFrom(lubridate,ymd)
importFrom(magrittr,"%>%")
importFrom(magrittr,`%>%`)
importFrom(ncdf4,nc_open)
importFrom(ncdf4,ncvar_get)
importFrom(plyr,a_ply)
importFrom(plyr,alply)
importFrom(plyr,rbind.fill)
importFrom(purrr,map)
importFrom(purrr,map_int)
importFrom(purrr,safely)
importFrom(raster,shapefile)
importFrom(readr,read_lines)
importFrom(rlang,sym)
importFrom(stats,na.omit)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_split_fixed)
importFrom(stringr,str_sub)
importFrom(tibble,as_tibble)
importFrom(utils,write.table)