plot.abnDag: Plots DAG from an object of class 'abnDag'

View source: R/abn-methods.R

plot.abnDagR Documentation

Plots DAG from an object of class abnDag

Description

Plots DAG from an object of class abnDag

Usage

## S3 method for class 'abnDag'
plot(x, ...)

Arguments

x

Object of class abnDag

...

additional parameters. Not used at the moment.

Value

Rgraphviz::plot

Examples

mydag <- createAbnDag(dag = ~a+b|a,
                      data.df = data.frame("a"=1, "b"=1),
                      data.dists = list(a="binomial", b="gaussian"))
plot(mydag)

abn documentation built on June 22, 2024, 10:23 a.m.