plot.dag | R Documentation |
Uses ggdag
to plot the graph of a DAG.
## S3 method for class 'dag' plot(x, ...)
x |
a lower-triangular matrix representing a DAG. In
constrast with other function, the 'x' argument must
have class 'dag' and, so, must have been constructed
with |
... |
passed to |
plots a causal graph with ggdag
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.