powered by
abnDag
Plots DAG from an object of class abnDag
# S3 method for abnDag plot(x, new = TRUE, ...)
Rgraphviz::plot
Object of class abnDag
defaults to TRUE for opening a new plot.
TRUE
additional parameters. Not used at the moment.
mydag <- createAbnDag(dag = ~a+b|a, data.df = data.frame("a"=1, "b"=1)) plot(mydag)
Run the code above in your browser using DataLab