-
Notifications
You must be signed in to change notification settings - Fork 23
/
NAMESPACE
32 lines (31 loc) · 858 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(scatter.plot.diagonal)
export(scatter.plot.simple)
export(shap.importance)
export(shap.plot.dependence)
export(shap.plot.force_plot)
export(shap.plot.force_plot_bygroup)
export(shap.plot.summary)
export(shap.plot.summary.wrap1)
export(shap.plot.summary.wrap2)
export(shap.prep)
export(shap.prep.interaction)
export(shap.prep.stack.data)
export(shap.values)
import(data.table)
import(ggplot2)
import(xgboost)
importFrom(BBmisc,capitalizeStrings)
importFrom(RColorBrewer,brewer.pal)
importFrom(data.table,':=')
importFrom(ggforce,facet_zoom)
importFrom(ggforce,geom_sina)
importFrom(ggpubr,stat_cor)
importFrom(stats,cutree)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,lm)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(utils, packageVersion)