powered by
Parse a makelist, convert it into an igraph and plot it.
makelist
igraph
visualize(make_list, root = NULL)
The makelist.
The root of a tree.
Invisibly an igraph representation of the makelist.
# NOT RUN { str(ml <- provide_make_list()) visualize(ml) visualize(ml, root = "all.Rout") # }
Run the code above in your browser using DataLab