View source: R/visualisation.R
nice_DAG_plot | R Documentation |
DAG visualization
nice_DAG_plot(
my_DAG,
print_direct = TRUE,
node_size = NULL,
CPDAG = TRUE,
node_colours = "#fdae61",
directed = TRUE
)
my_DAG |
DAG |
print_direct |
print DAG if TRUE |
node_size |
node size vector |
CPDAG |
if TRUE, then plot CPDAG instead of DAG |
node_colours |
node colours |
directed |
TRUE if nodes should be directed |
A plot of the DAG of class c("gg", "ggplot").
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.