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