Learn R Programming

bnstruct (version 1.0)

print: print an object to stdout.

Description

print an object to stdout.

Usage

print(x, ...)
"print"(x, ...)
"print"(x, show.raw.data = FALSE, show.imputed.data = FALSE, ...)
"print"(x, engine = "jt", ...)

Arguments

x
an object.
...
potential other arguments.
show.raw.data
when x is a BNDataset, print also raw dataset, if available.
show.imputed.data
when x is a BNDataset, print also imputed dataset, if available.
engine
when x is an InferenceEngine, specify the inference engine to be shown. Currently only engine = 'jt' is supported.