predecessors.to.edges: Generate a vector with the edges to be plotted by draw.graph...

predecessors.to.edgesR Documentation

Generate a vector with the edges to be plotted by draw.graph function.

Description

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.

Usage

predecessors.to.edges(list.of.predecessors = list())

Arguments

list.of.predecessors

The vector that contain all activities predecessors.

Value

edges - List of edges to be used on the draw.graph function.

See Also

Other utility: excel.list.to.xls(), excel.xls.to.list(), utils.pred2graph(), utils.pred2suc(), utils.suc2pred()

Examples


data("ex.sheet.data")
ex.edges <- predecessors.to.edges(ex.sheet.data$predecessors)


antoanne/ifmFramework documentation built on Aug. 5, 2023, 6:03 p.m.