-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
58 lines (57 loc) · 1.56 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
# Generated by roxygen2: do not edit by hand
export(IOin_clim)
export(IOin_cmd_pars)
export(IOin_def_pars_latin_hypercube)
export(IOin_def_pars_simple)
export(IOin_def_pars_sobol)
export(IOin_hdr)
export(IOin_output_filters)
export(IOin_output_vars)
export(IOin_rhessys_input)
export(IOin_tec_all_options)
export(IOin_tec_std)
export(add_dates)
export(build_output_filter)
export(build_redefine)
export(change_def_file)
export(check_params)
export(cleanup_rhessys)
export(compare_params)
export(compile_rhessys)
export(get_waterYearDay)
export(insert_in_worldfile)
export(modify_output_filter)
export(parse_rh_constr_func)
export(patch_fam_agg)
export(read_clim)
export(read_output_filter)
export(readin_rhessys_output)
export(readin_rhessys_output_cal)
export(rhessys_command)
export(run_rhessys_multi)
export(run_rhessys_single)
export(select_output_variables)
export(select_output_variables_R)
export(select_output_variables_w_awk)
export(separate_canopy_output)
export(tec_repeat)
export(watbal_basin)
export(watbal_basin_of)
export(watbal_patch)
export(watbal_patch_mult)
export(write_output_filter)
export(write_sample_clim)
importFrom(data.table,"%between%")
importFrom(data.table,"%like%")
importFrom(data.table,":=")
importFrom(lubridate,leap_year)
importFrom(lubridate,yday)
importFrom(magrittr,"%>%")
importFrom(ncdf4,nc_open)
importFrom(ncdf4,ncvar_get)
importFrom(stats,runif)
importFrom(stats,weighted.mean)
importFrom(stringr,str_remove)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,write.table)