forked from SantanderMetGroup/downscaleR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
66 lines (65 loc) · 1.52 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
# Generated by roxygen2 (4.1.0): do not edit by hand
export(aggr6hToDailyMean)
export(analogs)
export(array3Dto2Dmat)
export(biasCorrection)
export(bubblePlot)
export(calibrateProj)
export(dataInventory)
export(dateReplacement)
export(deaccum)
export(dictionaryTransformGrid)
export(fieldFromPCs)
export(findPointXYindex)
export(findVerticalLevel)
export(getCoordinates)
export(getGrid)
export(getLatLonDomain)
export(getSeason)
export(getTimeDomain)
export(getYearsAsINDEX)
export(hurs2huss)
export(interpGridData)
export(isimip)
export(loadGridData)
export(loadMultiField)
export(loadStationData)
export(login_TAP)
export(makeAggregatedDataset)
export(makeMultiField)
export(makeSubset)
export(mat2Dto3Darray)
export(mslp2ps)
export(plotEOF)
export(plotMeanField)
export(ppModelSetup)
export(prinComp)
export(renameDims)
export(revArrayLatDim)
export(scanVarDimensions)
export(spreadPlot)
export(stationInfo)
export(tdps2hurs)
export(tercileBarplot)
export(tercilePlot)
export(timeBounds)
export(toDD)
import(maps)
import(rJava)
import(vioplot)
importFrom(MASS,fitdistr)
importFrom(RColorBrewer,brewer.pal)
importFrom(RCurl,getURL)
importFrom(abind,abind)
importFrom(abind,asub)
importFrom(downscaleR.java,javaCalendarDate2rPOSIXlt)
importFrom(downscaleR.java,javaString2rChar)
importFrom(fields,image.plot)
importFrom(fields,interp.surface.grid)
importFrom(fields,rdist)
importFrom(fields,world)
importFrom(mapplots,add.pie)
importFrom(mapplots,draw.pie)
importFrom(scales,alpha)
importFrom(utils,packageDescription)
importFrom(verification,roc.area)