-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
33 lines (32 loc) · 899 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
33
# Generated by roxygen2 (4.1.1): do not edit by hand
export(aop_backdoor)
export(bootstrap_metaregression)
export(calculate_confidence_and_median)
export(convert_aop_to_graph)
export(convert_cytoscape_to_aop)
export(getAOPNodeName)
export(internal_model_fits)
export(plot_metaregression_confidence_envelope)
export(plot_metaregression_spaghetti_plot)
export(plot_slope_analysis)
export(pod_envelope_analysis)
export(pod_slope_analysis)
export(slope_pod_analysis)
exportClasses(aop_cytoscape)
exportClasses(bmr)
import(Rgraphviz)
import(ggplot2)
import(graph)
import(methods)
import(rjson)
import(splines)
importFrom(igraph,delete.vertices)
importFrom(igraph,get.adjacency)
importFrom(igraph,get.all.shortest.paths)
importFrom(igraph,graph.adjacency)
importFrom(plyr,ldply)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,quantile)