utils.pred2graph | R Documentation |
This function plot activities.predecessors to graph.
utils.pred2graph(activities.predecessors)
activities.predecessors |
The vector that contain all activities predecessors. |
Edges to plot a graph..
Other utility:
excel.list.to.xls()
,
excel.xls.to.list()
,
predecessors.to.edges()
,
utils.pred2suc()
,
utils.suc2pred()
data("ex.sheet.data")
g <- utils.pred2graph(ex.sheet.data$predecessors)
plot(g)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.