-
Notifications
You must be signed in to change notification settings - Fork 15
/
NAMESPACE
49 lines (48 loc) · 1.12 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
export(GeomRoc)
export(GeomRocci)
export(StatRoc)
export(StatRocci)
export(calc_auc)
export(calculate_multi_roc)
export(calculate_roc)
export(direct_label)
export(export_interactive_roc)
export(geom_roc)
export(geom_rocci)
export(ggroc)
export(melt_roc)
export(multi_ggroc)
export(plot_interactive_roc)
export(plot_journal_roc)
export(shiny_plotROC)
export(stat_roc)
export(stat_rocci)
export(style_roc)
export(verify_d)
import(ggplot2)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grid,gList)
importFrom(grid,gTree)
importFrom(grid,gpar)
importFrom(grid,grid.draw)
importFrom(grid,grobHeight)
importFrom(grid,grobName)
importFrom(grid,grobTree)
importFrom(grid,grobWidth)
importFrom(grid,grobX)
importFrom(grid,grobY)
importFrom(grid,nullGrob)
importFrom(grid,pointsGrob)
importFrom(grid,polylineGrob)
importFrom(grid,rectGrob)
importFrom(grid,segmentsGrob)
importFrom(grid,textGrob)
importFrom(grid,unit.c)
importFrom(grid,viewport)
importFrom(methods,slot)
importFrom(rlang,quo_get_expr)
importFrom(rlang,quo_name)
importFrom(stats,qbeta)
importFrom(utils,packageVersion)