forked from bgreenwell/pdp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
49 lines (48 loc) · 1.37 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
# Generated by roxygen2: do not edit by hand
S3method(autoplot,cice)
S3method(autoplot,ice)
S3method(autoplot,partial)
S3method(partial,default)
S3method(plotPartial,cice)
S3method(plotPartial,ice)
S3method(plotPartial,partial)
S3method(topPredictors,default)
S3method(topPredictors,train)
export("%>%")
export(grid.arrange)
export(partial)
export(plotPartial)
export(topPredictors)
export(trellis.last.object)
importFrom(Rcpp,sourceCpp)
importFrom(ggplot2,aes_string)
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_distiller)
importFrom(ggplot2,stat_summary)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(gridExtra,grid.arrange)
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(magrittr,"%>%")
useDynLib(pdp, .registration = TRUE)