nice_DAG_plot
DAG visualization
nice_DAG_plot( my_DAG, print_direct = TRUE, node_size = NULL, CPDAG = TRUE, node_colours = "#fdae61", directed = TRUE )
my_DAG
: DAGprint_direct
: print DAG if TRUEnode_size
: node size vectorCPDAG
: if TRUE, then plot CPDAG instead of DAGnode_colours
: node coloursdirected
: TRUE if nodes should be directedA plot of the DAG of class c("gg", "ggplot").
Useful links