-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
152 lines (151 loc) · 3.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
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
# Generated by roxygen2: do not edit by hand
S3method(bin,Date)
S3method(bin,numeric)
S3method(findBinSliderValues,Date)
S3method(findBinSliderValues,numeric)
S3method(findBinWidth,"NULL")
S3method(findBinWidth,Date)
S3method(findBinWidth,logical)
S3method(findBinWidth,numeric)
S3method(numBinsToBinWidth,Date)
S3method(numBinsToBinWidth,default)
export("%>%")
export(ContingencyTable)
export(CorrelationLink)
export(CorrelationLinkList)
export(CorrelationNetwork)
export(KPartiteNetwork)
export(Link)
export(LinkList)
export(Network)
export(NodeId)
export(NodeIdList)
export(NodeList)
export(Partitions)
export(TwoByTwoTable)
export(adjustToViewport)
export(allStats)
export(bar)
export(bar.dt)
export(beeswarm)
export(beeswarm.dt)
export(bestFitLine)
export(bin)
export(binWidthToNumBins)
export(box)
export(box.dt)
export(chiSqResults)
export(contingencyDT)
export(densityCurve)
export(fences)
export(filterToGeolocationViewport)
export(findBinSliderValues)
export(findBinWidth)
export(findViewport)
export(fishersTest)
export(getDuplicateLinks)
export(getIsolatedNodes)
export(getPartitionIndex)
export(getQuadrantValues)
export(heatmap)
export(heatmap.dt)
export(histogram)
export(histogram.dt)
export(lineplot)
export(lineplot.dt)
export(makePanels)
export(mapMarkers)
export(mapMarkers.dt)
export(mosaic)
export(mosaic.dt)
export(negPredictiveValue)
export(numBinsToBinWidth)
export(oddsRatio)
export(orderByReferenceValues)
export(outliers)
export(posPredictiveValue)
export(prevalence)
export(pruneCorrelationLinks)
export(pruneDuplicateLinks)
export(pruneIsolatedNodes)
export(pruneLinksAboveWeight)
export(pruneLinksBelowWeight)
export(pruneLinksByCorrelationCoef)
export(pruneLinksByPValue)
export(pruneLinksByPredicate)
export(relativeRisk)
export(scattergl)
export(scattergl.dt)
export(sensitivity)
export(smoothedMean)
export(specificity)
export(writeJSON)
export(writeNetworkJSON)
exportClasses(ContingencyTable)
exportClasses(CorrelationLink)
exportClasses(CorrelationLinkList)
exportClasses(CorrelationNetwork)
exportClasses(Link)
exportClasses(LinkList)
exportClasses(Network)
exportClasses(Node)
exportClasses(NodeId)
exportClasses(NodeIdList)
exportClasses(NodeList)
exportClasses(Partitions)
exportClasses(TwoByTwoTable)
exportMethods(KPartiteNetwork)
exportMethods(Link)
exportMethods(LinkList)
exportMethods(Network)
exportMethods(NodeIdList)
exportMethods(NodeList)
exportMethods(allStats)
exportMethods(chiSqResults)
exportMethods(fishersTest)
exportMethods(getDuplicateLinks)
exportMethods(getIsolatedNodes)
exportMethods(getQuadrantValues)
exportMethods(makeVariableDetails)
exportMethods(negPredictiveValue)
exportMethods(oddsRatio)
exportMethods(orderByReferenceValues)
exportMethods(posPredictiveValue)
exportMethods(prevalence)
exportMethods(pruneDuplicateLinks)
exportMethods(pruneIsolatedNodes)
exportMethods(pruneLinksByPredicate)
exportMethods(relativeRisk)
exportMethods(sensitivity)
exportMethods(specificity)
exportMethods(toJSON)
import(data.table)
import(veupathUtils)
importFrom(S4Vectors,SimpleList)
importFrom(grDevices,nclass.FD)
importFrom(grDevices,nclass.Sturges)
importFrom(jsonlite,prettify)
importFrom(jsonlite,toJSON)
importFrom(jsonlite,unbox)
importFrom(lubridate,as_date)
importFrom(lubridate,ceiling_date)
importFrom(lubridate,days)
importFrom(lubridate,is.Date)
importFrom(lubridate,weeks)
importFrom(lubridate,years)
importFrom(magrittr,"%>%")
importFrom(mgcv,gam)
importFrom(moments,skewness)
importFrom(purrr,map)
importFrom(purrr,reduce)
importFrom(stats,as.formula)
importFrom(stats,chisq.test)
importFrom(stats,complete.cases)
importFrom(stats,fisher.test)
importFrom(stats,kruskal.test)
importFrom(stats,qbeta)
importFrom(stats,qnorm)
importFrom(stats,wilcox.test)
importFrom(stringi,stri_c)
importFrom(stringi,stri_count_regex)
importFrom(zoo,as.yearmon)