-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
122 lines (121 loc) · 2.31 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# Generated by roxygen2: do not edit by hand
S3method("[",mixedgraph)
S3method(districts,default)
S3method(plot,mixedgraph)
S3method(print,edgeList)
S3method(print,mixedgraph)
export("%G%")
export(addEdges)
export(addNodes)
export(adj)
export(adjList)
export(adjMatrix)
export(adjacent)
export(anSets)
export(anSets2)
export(anc)
export(ant)
export(as.adjList)
export(as.adjMatrix)
export(barren)
export(barrenSets)
export(ch)
export(chgEnds)
export(claudius)
export(cliques)
export(collapse)
export(complete_mg)
export(convert)
export(dec)
export(dis)
export(districts)
export(dual)
export(eList)
export(edgeCr)
export(edgeMatrix)
export(edgeTypes)
export(graphCr)
export(graph_equal)
export(groups)
export(grp)
export(grp2)
export(is.ADMG)
export(is.DAG)
export(is.SG)
export(is.UG)
export(is.adjList)
export(is.adjMatrix)
export(is.cyclic)
export(is.eList)
export(is.edgeMatrix)
export(is.mixedgraph)
export(isTopological)
export(is_ADMG)
export(is_BG)
export(is_DAG)
export(is_SG)
export(is_UG)
export(is_complete)
export(is_cyclic)
export(list_isomorphisms)
export(m_sep)
export(makeEdgeList)
export(makeGraphBipartite)
export(makeGraphChain)
export(makeGraphComplete)
export(makeGraphCycle)
export(makeGraphEmpty)
export(makeGraphGrid)
export(makeGraphStar)
export(mb)
export(mixedgraph)
export(moralize)
export(morphEdges)
export(mutilate)
export(n_fill_in)
export(nb)
export(nedge)
export(neighbourhoods)
export(nhd)
export(nv)
export(orphaned)
export(pa)
export(pathConnected)
export(peo)
export(perfect_elim_order)
export(removeEdges)
export(restore_nodes)
export(revAdjList)
export(sib)
export(skeleton)
export(sp)
export(standardizeEdges)
export(sterile)
export(subGraph)
export(symAdjList)
export(to_subgraph)
export(topologicalOrder)
export(un)
export(vertexTypes)
export(vnames)
export(withAdjList)
export(withAdjMatrix)
export(withEdgeList)
export(withEdgeMatrix)
import(rje)
importFrom("Matrix","Matrix")
importFrom("methods","as")
importFrom("methods","is")
importFrom("purrr","transpose")
importFrom("stats","na.omit")
importFrom("stats","rnorm")
importFrom("utils","combn")
importFrom("utils","packageName")
importFrom(Rcpp,sourceCpp)
importFrom(combinat,permn)
importFrom(graphics,plot)
importFrom(igraph,degree)
importFrom(igraph,graph.get.isomorphisms.vf2)
importFrom(methods,new)
importFrom(methods,selectMethod)
useDynLib(MixedGraphs)