-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
39 lines (38 loc) · 1.15 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
# Generated by roxygen2: do not edit by hand
export(generate_expression)
export(generate_expression_mat)
export(make_adjmatrix_graph)
export(make_commonlink_adjmat)
export(make_commonlink_graph)
export(make_distance_adjmat)
export(make_distance_comm)
export(make_distance_graph)
export(make_distance_laplacian)
export(make_laplacian_adjmat)
export(make_laplacian_graph)
export(make_sigma_mat_adjmat)
export(make_sigma_mat_comm)
export(make_sigma_mat_dist_adjmat)
export(make_sigma_mat_dist_graph)
export(make_sigma_mat_graph)
export(make_sigma_mat_laplacian)
export(make_state_matrix)
export(plot_directed)
import(graphics)
import(igraph)
importFrom(Matrix,nearPD)
importFrom(gplots,heatmap.2)
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,as.undirected)
importFrom(igraph,as_adjacency_matrix)
importFrom(igraph,get.edge.attribute)
importFrom(igraph,get.edgelist)
importFrom(igraph,graph.edgelist)
importFrom(igraph,graph_from_adjacency_matrix)
importFrom(igraph,is_igraph)
importFrom(igraph,laplacian_matrix)
importFrom(igraph,set_edge_attr)
importFrom(matrixcalc,is.positive.definite)
importFrom(matrixcalc,is.symmetric.matrix)
importFrom(mvtnorm,rmvnorm)