-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
40 lines (39 loc) · 979 Bytes
/
NAMESPACE
File metadata and controls
40 lines (39 loc) · 979 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method(autoplot,glex)
S3method(autoplot,glex_vi)
S3method(glex,default)
S3method(glex,ranger)
S3method(glex,rpf)
S3method(glex,xgb.Booster)
S3method(print,glex)
export(glex)
export(glex_explain)
export(glex_vi)
export(plot_main_effect)
export(plot_pdp)
export(plot_threeway_effects)
export(plot_twoway_effects)
export(subset_component_names)
export(subset_components)
export(theme_glex)
import(Rcpp)
import(data.table)
import(foreach)
import(ggplot2)
import(progress)
importFrom(data.table,":=")
importFrom(data.table,.BY)
importFrom(data.table,.EACHI)
importFrom(data.table,.GRP)
importFrom(data.table,.I)
importFrom(data.table,.N)
importFrom(data.table,.NGRP)
importFrom(data.table,.SD)
importFrom(data.table,data.table)
importFrom(scico,scale_color_scico)
importFrom(scico,scale_colour_scico_d)
importFrom(stats,predict)
importFrom(utils,combn)
importFrom(utils,head)
importFrom(utils,str)
useDynLib(glex, .registration = TRUE)