-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
103 lines (102 loc) · 2.22 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
93
94
95
96
97
98
99
100
101
102
103
# Generated by roxygen2: do not edit by hand
export(NSE)
export(calc_cc)
export(calc_dens)
export(calc_in_lwr)
export(calc_sp_hum)
export(calc_swr)
export(conv_hypso)
export(dbsummary)
export(diag_plots)
export(extractDepths)
export(get_1d)
export(get_flux)
export(get_param)
export(get_vari)
export(get_vari_z)
export(get_yaml_value)
export(gotm_heatmap)
export(init_prof)
export(input_nml)
export(input_xml)
export(input_yaml)
export(key_dates)
export(list_vars)
export(load_3d)
export(load_depths)
export(load_input)
export(load_obs)
export(long_heatmap)
export(long_lineplot)
export(match_tstep)
export(normDepths)
export(plot_calib)
export(plot_ext)
export(plot_flux)
export(plot_hypso)
export(plot_inp)
export(plot_mass_flux)
export(plot_meteo)
export(plot_month_prof)
export(plot_vari)
export(plot_wbal)
export(plot_wtemp)
export(readAcpyParams)
export(read_bestparam)
export(rmse)
export(scan_timeseries)
export(setAcpyDb)
export(setRange)
export(setmodDepths)
export(setspinup)
export(streams_switch)
export(sum_stat)
export(sum_stat_1var)
export(ts_mld)
export(ts_ss)
export(ts_stat)
export(ts_whole_laketemp)
export(view_nc)
export(wide2long)
import(RSQLite)
import(XML)
import(ggplot2)
import(graphics)
import(lubridate)
import(rLakeAnalyzer)
import(reshape2)
import(stats)
import(utils)
importFrom(MBA,mba.surf)
importFrom(RColorBrewer,brewer.pal)
importFrom(RSQLite,dbConnect)
importFrom(RSQLite,dbDisconnect)
importFrom(RSQLite,dbGetQuery)
importFrom(XML,saveXML)
importFrom(XML,xmlParse)
importFrom(XML,xmlRoot)
importFrom(XML,xmlSApply)
importFrom(akima,interp)
importFrom(akima,interp2xyz)
importFrom(colorRamps,matlab.like2)
importFrom(dplyr,filter)
importFrom(ggplot2,ggplot)
importFrom(grDevices,colorRamp)
importFrom(graphics,legend)
importFrom(gridExtra,grid.arrange)
importFrom(lubridate,month)
importFrom(lubridate,year)
importFrom(ncdf4,nc_close)
importFrom(ncdf4,nc_open)
importFrom(ncdf4,ncatt_get)
importFrom(ncdf4,ncvar_get)
importFrom(rLakeAnalyzer,schmidt.stability)
importFrom(rLakeAnalyzer,whole.lake.temperature)
importFrom(readr,parse_number)
importFrom(reshape2,melt)
importFrom(stats,aggregate)
importFrom(stats,na.exclude)
importFrom(tidyr,separate)
importFrom(utils,read.delim)
importFrom(utils,write.csv)
importFrom(zoo,na.approx)