-
Notifications
You must be signed in to change notification settings - Fork 19
/
NAMESPACE
92 lines (91 loc) · 2.38 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
# Generated by roxygen2: do not edit by hand
export(analyse_ncdf)
export(analyse_strat)
export(analyze_ncdf)
export(analyze_strat)
export(calc_fit)
export(calc_hmix)
export(calc_stats)
export(cali_ensemble)
export(check_master_config)
export(export_config)
export(export_dirs)
export(export_extinction)
export(export_flow)
export(export_init_cond)
export(export_location)
export(export_meteo)
export(export_model_parameters)
export(export_output_settings)
export(export_time)
export(format_inflow)
export(format_met)
export(format_outflow)
export(get_config_value)
export(get_json_value)
export(get_mylakeconfig_value)
export(get_output)
export(get_template)
export(get_yaml_multiple)
export(input_config_value)
export(input_json)
export(input_mylakeconfig)
export(input_yaml_multiple)
export(load_LHC_results)
export(load_var)
export(plot_LHC)
export(plot_ensemble)
export(plot_heatmap)
export(plot_resid)
export(read_flake_out)
export(run_ensemble)
export(scale_met)
export(time_average)
import(RColorBrewer)
import(dplyr)
import(ggplot2)
import(ncdf4)
importFrom(FME,Latinhyper)
importFrom(FME,modMCMC)
importFrom(RColorBrewer,brewer.pal)
importFrom(configr,read.config)
importFrom(configr,write.config)
importFrom(glmtools,get_ice)
importFrom(glmtools,get_nml_value)
importFrom(glmtools,get_surface_height)
importFrom(glmtools,get_var)
importFrom(glmtools,read_nml)
importFrom(glmtools,set_nml)
importFrom(glmtools,write_nml)
importFrom(gotmtools,calc_cc)
importFrom(gotmtools,calc_in_lwr)
importFrom(gotmtools,get_vari)
importFrom(gotmtools,get_yaml_value)
importFrom(gotmtools,input_nml)
importFrom(gotmtools,input_yaml)
importFrom(gotmtools,list_vars)
importFrom(gotmtools,setmodDepths)
importFrom(gotmtools,sum_stat)
importFrom(gotmtools,wide2long)
importFrom(lubridate,ceiling_date)
importFrom(lubridate,floor_date)
importFrom(lubridate,hour)
importFrom(lubridate,round_date)
importFrom(lubridate,seconds)
importFrom(lubridate,seconds_to_period)
importFrom(lubridate,year)
importFrom(ncdf4,nc_close)
importFrom(ncdf4,nc_open)
importFrom(ncdf4,ncatt_get)
importFrom(ncdf4,ncvar_get)
importFrom(parallel,clusterEvalQ)
importFrom(parallel,clusterExport)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,parLapply)
importFrom(parallel,stopCluster)
importFrom(reshape2,dcast)
importFrom(reshape2,melt)
importFrom(stats,approx)
importFrom(utils,packageDescription)
importFrom(zoo,na.approx)