Learn R Programming

fakemake (version 1.11.1)

visualize: Visualize a Makelist

Description

Parse a makelist, convert it into an igraph and plot it.

Usage

visualize(make_list, root = NULL)

Value

Invisibly an igraph representation of the makelist.

Arguments

make_list

The makelist.

root

The root of a tree.

Examples

Run this code
str(ml <- provide_make_list())
visualize(ml)
visualize(ml, root = "all.Rout")

Run the code above in your browser using DataLab