print.abnDag: Print objects of class 'abnDag'

View source: R/abn-methods.R

print.abnDagR Documentation

Print objects of class abnDag

Description

Print objects of class abnDag

Usage

## S3 method for class 'abnDag'
print(x, digits = 3L, ...)

Arguments

x

Object of class abnDag

digits

number of digits of the adjacency matrix.

...

additional parameters. Not used at the moment.

Value

outputs adjacency matrix and statement of the class of x.

Examples

mydag <- createAbnDag(dag = ~a+b|a, data.df = data.frame("a"=1, "b"=1))
print(mydag)

abn documentation built on Nov. 3, 2023, 5:08 p.m.