-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathNAMESPACE
More file actions
executable file
·135 lines (134 loc) · 3.68 KB
/
NAMESPACE
File metadata and controls
executable file
·135 lines (134 loc) · 3.68 KB
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
135
# Generated by roxygen2: do not edit by hand
export(MrQuantile)
export(QuantileProbs)
export(bubblePlot)
export(cascadePlot)
export(climagram)
export(densityPlot)
export(detrend.data)
export(draw.world.lines)
export(map.hatching)
export(map.lines)
export(map.stippling)
export(plotEOF)
export(reliabilityCategories)
export(rocss.fun)
export(seasMean)
export(skillMap)
export(spatialMean)
export(spatialPlot)
export(spreadPlot)
export(stripePlot)
export(temporalPlot)
export(tercileBarplot)
export(tercileMap)
export(tercilePlot)
export(violinPlot)
import(lattice)
import(latticeExtra)
import(methods)
import(sm)
import(transformeR)
import(verification)
import(vioplot)
importFrom(RColorBrewer,brewer.pal)
importFrom(RColorBrewer,brewer.pal.info)
importFrom(SpecsVerification,Auc)
importFrom(SpecsVerification,EnsCrps)
importFrom(SpecsVerification,SkillScore)
importFrom(abind,abind)
importFrom(abind,asub)
importFrom(data.table,rleid)
importFrom(easyVerification,generateRef)
importFrom(easyVerification,indRef)
importFrom(fields,image.plot)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,colors)
importFrom(grDevices,gray)
importFrom(grDevices,grey.colors)
importFrom(grDevices,rainbow)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,box)
importFrom(graphics,boxplot)
importFrom(graphics,grid)
importFrom(graphics,image)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,plot.new)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(magrittr,extract2)
importFrom(mapplots,add.pie)
importFrom(mapplots,draw.pie)
importFrom(padr,pad)
importFrom(scales,alpha)
importFrom(sp,GridTopology)
importFrom(sp,Line)
importFrom(sp,Lines)
importFrom(sp,Polygon)
importFrom(sp,Polygons)
importFrom(sp,SpatialGridDataFrame)
importFrom(sp,SpatialLines)
importFrom(sp,SpatialPoints)
importFrom(sp,SpatialPointsDataFrame)
importFrom(sp,SpatialPolygons)
importFrom(sp,SpatialPolygonsDataFrame)
importFrom(sp,over)
importFrom(sp,spplot)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,density)
importFrom(stats,filter)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(transformeR,EOF2clim)
importFrom(transformeR,aggregateGrid)
importFrom(transformeR,array3Dto2Dmat)
importFrom(transformeR,bindGrid)
importFrom(transformeR,checkDim)
importFrom(transformeR,checkSeason)
importFrom(transformeR,checkTemporalConsistency)
importFrom(transformeR,clim2sgdf)
importFrom(transformeR,climatology)
importFrom(transformeR,detrendGrid)
importFrom(transformeR,getCoordinates)
importFrom(transformeR,getDim)
importFrom(transformeR,getGrid)
importFrom(transformeR,getGridUnits)
importFrom(transformeR,getSeason)
importFrom(transformeR,getShape)
importFrom(transformeR,getTimeResolution)
importFrom(transformeR,getYearsAsINDEX)
importFrom(transformeR,grid2sp)
importFrom(transformeR,gridDepth)
importFrom(transformeR,interpGrid)
importFrom(transformeR,isRegular)
importFrom(transformeR,makeMultiGrid)
importFrom(transformeR,mat2Dto3Darray)
importFrom(transformeR,redim)
importFrom(transformeR,scaleGrid)
importFrom(transformeR,subsetGrid)
importFrom(transformeR,upscaleGrid)
importFrom(utils,globalVariables)
importFrom(utils,head)
importFrom(utils,packageDescription)
importFrom(utils,tail)
importFrom(verification,verify)
importFrom(vioplot,vioplot)