Learn R Programming

bnstruct (version 1.0.2)

print: print an object to stdout.

Description

print an object to stdout.

Usage

print(x, ...)

# S4 method for BN print(x, ...)

# S4 method for BNDataset print(x, show.raw.data = FALSE, show.imputed.data = FALSE, ...)

# S4 method for InferenceEngine 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.