-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNAMESPACE
More file actions
36 lines (35 loc) · 1.05 KB
/
NAMESPACE
File metadata and controls
36 lines (35 loc) · 1.05 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
# Generated by roxygen2: do not edit by hand
export(SankeyDiagram)
export(SplineWithSimultaneousConfIntervals)
importFrom(flipStandardCharts,Line)
importFrom(flipTransformations,AdjustDataToReflectWeights)
importFrom(flipTransformations,AsNumeric)
importFrom(flipTransformations,DichotomizeFactor)
importFrom(flipTransformations,Factor)
importFrom(flipU,MakeUniqueNames)
importFrom(flipU,StopForUserError)
importFrom(grDevices,col2rgb)
importFrom(grDevices,rgb)
importFrom(mgcv,gam)
importFrom(mgcv,mroot)
importFrom(networkD3,JS)
importFrom(networkD3,sankeyNetwork)
importFrom(plotly,add_lines)
importFrom(plotly,add_ribbons)
importFrom(plotly,config)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(scales,percent)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,family)
importFrom(stats,gaussian)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,vcov)
importFrom(stats,xtabs)
importFrom(utils,stack)
importFrom(verbs,Sum)
importFrom(verbs,SumEmptyHandling)