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