plot.code_tree: Print/plot the code tree.

View source: R/code_tree.R

plot.code_treeR Documentation

Print/plot the code tree.

Description

Print/plot the code tree.

Usage

## S3 method for class 'code_tree'
plot(x, root_file = "main.R", ...)

Arguments

x

code tree object from get_code_tree.

root_file

the name of the code file you want to use as the initial root for code tree

...

other parameters to be passed to plot.igraph

Examples

## Not run: 
plot(get_code_tree(), root_file = "main.R")

## End(Not run)

shug0131/cctu documentation built on Feb. 15, 2025, 3:27 p.m.