Learn R Programming

dagitty (version 0.1-9)

plot.dagitty: Plot Graph

Description

A simple plot method to quickly visualize a graph. This is intended mainly for simple visualization purposes and not as a full-fledged graph drawing function.

Usage

## S3 method for class 'dagitty':
plot(x, ...)

Arguments

x
the input graph, a DAG, MAG, or PDAG.
...
not used.