-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
134 lines (133 loc) · 3.41 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
# Generated by roxygen2: do not edit by hand
export(annualAnomaly)
export(annualMeanCutSplit)
export(annualNormalizedAnomaly)
export(approxPressureCtd)
export(as.oax)
export(averageCtds)
export(binArea)
export(binMeanPressureCtd)
export(calculateMixedLayerDepth)
export(calculateStratificationIndex)
export(checkCurrentTimeForClimateSummary)
export(cilVolume)
export(climateSummary2ahccd)
export(combineAhccdAndClimateSummary)
export(createOaxDeckfile)
export(download.ahccd)
export(download.climateSummaries)
export(download.ghcn)
export(download.meds)
export(download.met.climateSummaries)
export(download.nao)
export(download.nefsc)
export(download.nefsc.erddap)
export(download.neracoos.buoy)
export(findBottomDepthIndex)
export(findValidSnowCrabGridPoints)
export(getAnomalyLabel)
export(getData)
export(getLabel)
export(getLocationName)
export(getMetadata)
export(getNumber)
export(getOrdinal)
export(getShipnameLong)
export(getTransectAngle)
export(getUnit)
export(identifyMissingAhccd)
export(join.ghcn)
export(makeCruiseMapTitle)
export(makeGridMask)
export(makeSectionPlotTitle)
export(mapAhccdStationHeader)
export(monthlyAnomaly)
export(monthlyClimatology)
export(monthlyMeanCutSplit)
export(monthlyNormalizedAnomaly)
export(monthlyStandardDeviation)
export(plotAnnualAnomaly)
export(plotMonthlyAnomaly)
export(plotMonthlyBar)
export(plotMonthlyTimeseriesWAnomalyBar)
export(plotStackedBarplot)
export(plotStationLocations)
export(presentTime)
export(read.ahccd)
export(read.ahccd.stations)
export(read.climateSummaries.xml)
export(read.ghcn)
export(read.gliderDat)
export(read.meds)
export(read.minilog)
export(read.nao)
export(read.nefsc)
export(read.nefsc.erddap.nc)
export(read.neracoos.buoy)
export(read.sealevel2)
export(read.sealogT)
export(read.stAndrewsTemperature)
export(rotateAxes)
export(rotateAxesTrueNorth)
export(shelfSurveyInterpBarnes)
export(swSatO2)
export(transectPoly)
export(weightedArea)
export(writeProductData)
importFrom(RCurl,getURL)
importFrom(XML,xmlParse)
importFrom(XML,xmlToList)
importFrom(dplyr,as_tibble)
importFrom(dplyr,left_join)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,axis.POSIXct)
importFrom(graphics,barplot)
importFrom(graphics,box)
importFrom(graphics,frame)
importFrom(graphics,image)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,text)
importFrom(methods,new)
importFrom(ncdf4,nc_open)
importFrom(ncdf4,ncatt_get)
importFrom(ncdf4,ncvar_get)
importFrom(oce,as.ctd)
importFrom(oce,colormap)
importFrom(oce,drawPalette)
importFrom(oce,geodDist)
importFrom(oce,geodXy)
importFrom(oce,interpBarnes)
importFrom(oce,lonlat2utm)
importFrom(oce,oceDebug)
importFrom(oce,oceSetData)
importFrom(oce,oceSetMetadata)
importFrom(oce,plotProfile)
importFrom(oce,read.sealevel)
importFrom(pracma,interp1)
importFrom(readxl,read_xls)
importFrom(rvest,html_nodes)
importFrom(rvest,html_table)
importFrom(smatr,sma)
importFrom(sp,point.in.polygon)
importFrom(stats,aggregate)
importFrom(stats,approx)
importFrom(stats,coef)
importFrom(stats,lm)
importFrom(stats,sd)
importFrom(utils,capture.output)
importFrom(utils,download.file)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,tail)
importFrom(utils,write.table)
importFrom(viridis,viridis)
importFrom(xml2,read_html)