Print/plot the code tree.
plot.code_tree.Rd
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
if (FALSE) { # \dontrun{
plot(get_code_tree(), root_file = "main.R")
} # }