forked from SantanderMetGroup/visualizeR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
66 lines (65 loc) · 1.73 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: do not edit by hand
export(MrQuantile)
export(QuantileProbs)
export(bubblePlot)
export(detrend.data)
export(reliabilityCategories)
export(rocss.fun)
export(seasMean)
export(spatialMean)
export(spreadPlot)
export(tercileBarplot)
export(tercilePlot)
import(lattice)
import(methods)
import(sm)
import(verification)
import(vioplot)
importFrom(RColorBrewer,brewer.pal)
importFrom(RCurl,getURL)
importFrom(abind,abind)
importFrom(fields,image.plot)
importFrom(grDevices,col2rgb)
importFrom(grDevices,gray)
importFrom(grDevices,grey.colors)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
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,text)
importFrom(graphics,title)
importFrom(mapplots,add.pie)
importFrom(mapplots,draw.pie)
importFrom(scales,alpha)
importFrom(sp,Polygon)
importFrom(sp,Polygons)
importFrom(sp,SpatialPoints)
importFrom(sp,SpatialPolygons)
importFrom(sp,over)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,filter)
importFrom(stats,lm)
importFrom(stats,quantile)
importFrom(transformeR,array3Dto2Dmat)
importFrom(transformeR,draw.world.lines)
importFrom(transformeR,getCoordinates)
importFrom(transformeR,getDim)
importFrom(transformeR,getGrid)
importFrom(transformeR,getYearsAsINDEX)
importFrom(transformeR,interpGrid)
importFrom(transformeR,makeMultiGrid)
importFrom(transformeR,mat2Dto3Darray)
importFrom(transformeR,redim)
importFrom(transformeR,subsetGrid)
importFrom(utils,packageDescription)