-
Notifications
You must be signed in to change notification settings - Fork 31
/
NAMESPACE
89 lines (88 loc) · 2.11 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
# Generated by roxygen2: do not edit by hand
S3method(print,nml)
S3method(summary,nml)
export(calibrate_sim)
export(compare_to_field)
export(convert_sim_var)
export(epi.temperature)
export(get_calib_init_validation)
export(get_calib_periods)
export(get_calib_setup)
export(get_evaporation)
export(get_hypsography)
export(get_ice)
export(get_nml_value)
export(get_raw)
export(get_surface_height)
export(get_temp)
export(get_var)
export(get_wind)
export(hypo.temperature)
export(plot_compare_stage)
export(plot_meteo)
export(plot_temp)
export(plot_temp_compare)
export(plot_validate_profiles)
export(plot_var)
export(plot_var_compare)
export(plot_var_df)
export(plot_var_nc)
export(read_field_obs)
export(read_field_stage)
export(read_nml)
export(resample_sim)
export(resample_to_field)
export(run_example_sim)
export(set_nml)
export(sim_metrics)
export(sim_var_longname)
export(sim_var_units)
export(sim_vars)
export(summarize_sim)
export(validate_sim)
export(water.temperature)
export(whole.lake.temperature)
export(write_nml)
import(GLM3r)
import(adagio)
import(dplyr)
import(ggplot2)
import(graphics)
import(rLakeAnalyzer)
import(tools)
importFrom(GLM3r,nml_template_path)
importFrom(GLM3r,run_glm)
importFrom(akima,interp)
importFrom(akima,interp2xyz)
importFrom(graphics,legend)
importFrom(lazyeval,lazy_dots)
importFrom(lazyeval,lazy_eval)
importFrom(methods,getPackageName)
importFrom(ncdf4,nc_close)
importFrom(ncdf4,nc_open)
importFrom(ncdf4,ncatt_get)
importFrom(ncdf4,ncvar_add)
importFrom(ncdf4,ncvar_def)
importFrom(ncdf4,ncvar_get)
importFrom(ncdf4,ncvar_put)
importFrom(patchwork,wrap_plots)
importFrom(rLakeAnalyzer,layer.temperature)
importFrom(readr,parse_number)
importFrom(readr,read_csv)
importFrom(reshape2,melt)
importFrom(rlang,.data)
importFrom(stats,approx)
importFrom(stats,cor.test)
importFrom(stats,dnorm)
importFrom(stats,median)
importFrom(stats,qqnorm)
importFrom(stats,sd)
importFrom(tidyr,gather)
importFrom(tidyr,pivot_longer)
importFrom(tools,file_ext)
importFrom(utils,capture.output)
importFrom(utils,lsf.str)
importFrom(utils,read.csv)
importFrom(utils,read.delim2)
importFrom(utils,tail)
importFrom(utils,write.csv)