forked from GLEON/glmtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
77 lines (76 loc) · 1.87 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
# Generated by roxygen2: do not edit by hand
S3method(print,nml)
S3method(summary,nml)
export(.compare_to_field)
export(compare_to_field)
export(convert_sim_var)
export(epi.temperature)
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(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(dplyr)
import(rLakeAnalyzer)
import(tools)
importFrom(GLMr,nml_template_path)
importFrom(GLMr,run_glm)
importFrom(akima,interp)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(graphics,.filled.contour)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,layout)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,text)
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(rLakeAnalyzer,layer.temperature)
importFrom(stats,approx)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(utils,lsf.str)
importFrom(utils,read.csv)
importFrom(utils,read.delim2)
importFrom(utils,tail)