-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
35 lines (34 loc) · 1.05 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
# Generated by roxygen2: do not edit by hand
export(get_thermopic_data)
export(print_directory_tree)
export(setup_directory)
export(temporary_thermopic_directory)
export(thermopic_model)
export(thermopic_report)
importFrom(RColorBrewer,brewer.pal)
importFrom(chron,month.day.year)
importFrom(data.tree,as.Node)
importFrom(grDevices,dev.off)
importFrom(grDevices,jpeg)
importFrom(grDevices,tiff)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(graphics,polygon)
importFrom(graphics,text)
importFrom(plyr,rbind.fill)
importFrom(rLakeAnalyzer,lake.number)
importFrom(rLakeAnalyzer,layer.density)
importFrom(rLakeAnalyzer,meta.depths)
importFrom(rLakeAnalyzer,schmidt.stability)
importFrom(rLakeAnalyzer,thermo.depth)
importFrom(rLakeAnalyzer,uStar)
importFrom(stats,integrate)
importFrom(stats,na.omit)
importFrom(stats,sd)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(utils,write.csv)