predecessors.to.edges | R Documentation |
This function is responsible for reading a vector with all activities predecessors and generate a list of the edges that will be plotted by the draw.graph function.
predecessors.to.edges(list.of.predecessors = list())
list.of.predecessors |
The vector that contain all activities predecessors. |
edges - List of edges to be used on the draw.graph function.
Other utility:
excel.list.to.xls()
,
excel.xls.to.list()
,
utils.pred2graph()
,
utils.pred2suc()
,
utils.suc2pred()
data("ex.sheet.data")
ex.edges <- predecessors.to.edges(ex.sheet.data$predecessors)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.