ggdag (version 0.1.0)

dag: Create a dagitty DAG

Description

A convenience wrapper for dagitty::dagitty("dag...")

Usage

dag(...)

Arguments

...

a character vector in the style of dagitty. See dagitty::dagitty for details.

Value

a dagitty

Examples

Run this code
# NOT RUN {
dag("{x m} -> y")


# }

Run the code above in your browser using DataCamp Workspace