Learn R Programming

fakemake (version 1.9.0)

visualize: 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 makelist.

root

The root of a tree.

Value

Invisibly an igraph representation of the makelist.

Examples

Run this code
# NOT RUN {
str(ml <- provide_make_list())
visualize(ml)
visualize(ml, root = "all.Rout")
# }

Run the code above in your browser using DataLab