-
Notifications
You must be signed in to change notification settings - Fork 12
/
NAMESPACE
53 lines (52 loc) · 1.48 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
# Generated by roxygen2: do not edit by hand
S3method(autoplot,cice)
S3method(autoplot,ice)
S3method(autoplot,partial)
S3method(exemplar,data.frame)
S3method(exemplar,dgCMatrix)
S3method(exemplar,matrix)
S3method(partial,default)
S3method(partial,model_fit)
S3method(plotPartial,cice)
S3method(plotPartial,ice)
S3method(plotPartial,partial)
S3method(topPredictors,default)
S3method(topPredictors,train)
export(exemplar)
export(partial)
export(plotPartial)
export(topPredictors)
export(trellis.last.object)
importFrom(foreach,"%do%")
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(ggplot2,aes)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_contour)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_rug)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,scale_fill_viridis_c)
importFrom(ggplot2,stat_summary)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(lattice,dotplot)
importFrom(lattice,equal.count)
importFrom(lattice,levelplot)
importFrom(lattice,panel.dotplot)
importFrom(lattice,panel.levelplot)
importFrom(lattice,panel.lines)
importFrom(lattice,panel.loess)
importFrom(lattice,panel.rug)
importFrom(lattice,panel.xyplot)
importFrom(lattice,trellis.last.object)
importFrom(lattice,wireframe)
importFrom(lattice,xyplot)
importFrom(rlang,.data)
useDynLib(pdp, .registration = TRUE)