make_graph {delayed}R Documentation

Graphical Representation of a Task Dependency Structure

Description

Graphical Representation of a Task Dependency Structure

Usage

make_graph(delayed_object, graph = NULL, level = 1)

Arguments

delayed_object

the Delayed object to graph

graph

the current graph, usually NULL

level

the level of the node to be graphed, usually NULL


[Package delayed version 0.5.0 Index]