-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathNAMESPACE
More file actions
executable file
·40 lines (39 loc) · 1014 Bytes
/
NAMESPACE
File metadata and controls
executable file
·40 lines (39 loc) · 1014 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
export(MAVF_Scores)
export(MAVF_breakout)
export(SAVF_calc_rho)
export(SAVF_cat_plot)
export(SAVF_categorical_score)
export(SAVF_exp_plot)
export(SAVF_exp_score)
export(SAVF_linear_plot)
export(SAVF_linear_score)
export(sensitivity_plot)
export(value_hierarchy_tree)
import(Cairo)
import(gridExtra)
import(viridisLite)
importFrom(data.tree,Do)
importFrom(data.tree,SetNodeStyle)
importFrom(data.tree,as.Node)
importFrom(dplyr,"%>%")
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,quo)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(graphics,plot)
importFrom(stats,reorder)
importFrom(stats,runif)
importFrom(stats,uniroot)
importFrom(tidyr,gather)