visualize {fakemake} | R Documentation |
Visualize a Makelist
Description
Parse a makelist
, convert it into an igraph
and plot it.
Usage
visualize(make_list, root = NULL)
Arguments
make_list |
The |
root |
The root of a tree. |
Value
Invisibly an igraph representation of the makelist
.
Examples
str(ml <- provide_make_list())
visualize(ml)
visualize(ml, root = "all.Rout")
[Package fakemake version 1.11.1 Index]