plot_single_graph: Plot Graph

Description Usage Arguments Value

Description

Plots a single tree graph

Usage

1
2
plot_single_graph(g, title, title_size = 1, display_names = FALSE,
  xlimit = c(-1, 1), ylimit = c(-1, 1), zoom = 1, legend = FALSE)

Arguments

g

The graph to plot

title

The title of the graph

title_size

Size of title

display_names

Whether or not to display names

xlimit

The xlimit of the plot to zoom to (max is c(-1,1))

ylimit

The ylimit of the plot to zoom to (max is c(-1,1))

zoom

Optional zoom parameter for vertex and label size

legend

True if lengend is desired

Value

A graph image


bradwest-wk/xbrlr documentation built on May 8, 2019, 11:43 a.m.