powered by
Obtain the adjacency matrix corresponding to a CEG.
ceg2adjmat(x)
an object of class ceg.
ceg
the adj matrix
This utility function can be used to prepare the adjacency matrix to plot the CEG using a graph package (e.g. igraph).
# NOT RUN { model <- stages_fbhc(full(PhDArticles)) model.ceg <- ceg(model) ceg2adjmat(model.ceg) # }
Run the code above in your browser using DataLab