-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathNAMESPACE
89 lines (88 loc) · 2.13 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
# Generated by roxygen2: do not edit by hand
export(BinaryYScatterPlot)
export(ClevelandDotPlot)
export(ConditionalSmoothedScatterPlot)
export(DiscreteDistribution)
export(DoubleDensityPlot)
export(DoubleHistogramPlot)
export(GainCurveListPlot)
export(GainCurvePlot)
export(GainCurvePlotC)
export(GainCurvePlotList)
export(GainCurvePlotWithNotation)
export(HexBinPlot)
export(LiftCurveListPlot)
export(LiftCurvePlot)
export(LiftCurvePlotList)
export(LogLogPlot)
export(MetricPairPlot)
export(PRPlot)
export(PRTPlot)
export(PairPlot)
export(PlotDistCountBinomial)
export(PlotDistCountNormal)
export(PlotDistDensityBeta)
export(PlotDistDensityNormal)
export(PlotDistHistBeta)
export(ROCListPlot)
export(ROCPlot)
export(ROCPlotList)
export(ROCPlotPair)
export(ROCPlotPair2)
export(ROCPlotPairList)
export(ScatterBoxPlot)
export(ScatterBoxPlotH)
export(ScatterHist)
export(ScatterHistC)
export(ScatterHistN)
export(ShadedDensity)
export(ShadedDensityCenter)
export(ShadowHist)
export(ShadowPlot)
export(ThresholdPlot)
export(plot_Keras_fit_trajectory)
export(plot_fit_trajectory)
export(plotlyROC)
export(simulate_aes_string)
import(rqdatatable)
import(rquery)
import(wrapr)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,ggplot_build)
importFrom(grDevices,chull)
importFrom(graphics,hist)
importFrom(grid,unit)
importFrom(gridExtra,grid.arrange)
importFrom(mgcv,gam)
importFrom(sigr,render)
importFrom(sigr,wrapFTest)
importFrom(stats,aggregate)
importFrom(stats,anova)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,complete.cases)
importFrom(stats,dbeta)
importFrom(stats,dbinom)
importFrom(stats,density)
importFrom(stats,dnorm)
importFrom(stats,ecdf)
importFrom(stats,glm)
importFrom(stats,lm)
importFrom(stats,lm.wfit)
importFrom(stats,loess)
importFrom(stats,median)
importFrom(stats,pchisq)
importFrom(stats,pf)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,reorder)
importFrom(stats,smooth)
importFrom(stats,var)
importFrom(utils,packageVersion)
importFrom(wrapr,"%:=%")
importFrom(wrapr,":=")
importFrom(wrapr,DebugPrintFn)
importFrom(wrapr,let)
importFrom(wrapr,unpack)