dag_draw | R Documentation |
Make a simple drawing of a Directed Acyclic Graph as constructed by datasim_make
.
dag_draw(DAG, ..., report_hidden = FALSE)
DAG |
The DAG to draw |
logical. If | |
... |
Additional arguments to plot.igraph() |
See the igraph package for more details.
By default, edges are not drawn to hidden nodes, that is, those whose
names begin with a dot. To show the hidden
nodes, use the argument show_hidden=TRUE
.
No return value. Called for graphics side-effects.
dag_draw(sim_03)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.