-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNAMESPACE
71 lines (70 loc) · 1.77 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
# Generated by roxygen2: do not edit by hand
export(applyQC)
export(argoDefaultBathymetry)
export(argoDefaultDestdir)
export(argoDefaultIndexAge)
export(argoDefaultProfileAge)
export(argoDefaultServer)
export(argoFloatsClearCache)
export(argoFloatsDebug)
export(argoFloatsGetFromCache)
export(argoFloatsIsCached)
export(argoFloatsListCache)
export(argoFloatsStoreInCache)
export(argoFloatsWhenCached)
export(downloadWithRetries)
export(getIndex)
export(getProfileFromUrl)
export(getProfiles)
export(hasArgoTestCache)
export(hexToBits)
export(mapApp)
export(plotArgoTS)
export(readProfiles)
export(showQCTests)
export(useAdjusted)
exportMethods("[[")
exportMethods(merge)
exportMethods(plot)
exportMethods(show)
exportMethods(subset)
exportMethods(summary)
importFrom(grDevices,col2rgb)
importFrom(grDevices,extendrange)
importFrom(grDevices,gray)
importFrom(grDevices,grey)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,contour)
importFrom(graphics,image)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot.window)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,text)
importFrom(methods,new)
importFrom(methods,show)
importFrom(oce,as.ctd)
importFrom(oce,colormap)
importFrom(oce,drawPalette)
importFrom(oce,geodDist)
importFrom(oce,imagep)
importFrom(oce,oce.plot.ts)
importFrom(oce,oceColorsGebco)
importFrom(oce,plotTS)
importFrom(stats,approx)
importFrom(utils,data)
importFrom(utils,flush.console)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,setTxtProgressBar)
importFrom(utils,str)
importFrom(utils,tail)
importFrom(utils,txtProgressBar)
importFrom(utils,write.table)