print {bnmonitor} | R Documentation |
Printing methods
Description
Printing methods for outputs of bnmonitor
functions
Usage
## S3 method for class 'sensitivity'
print(x, ...)
## S3 method for class 'diameter'
print(x, ...)
## S3 method for class 'mutualinfo'
print(x, ...)
## S3 method for class 'dwi'
print(x, ...)
## S3 method for class 'ewi'
print(x, ...)
## S3 method for class 'kl'
print(x, ...)
## S3 method for class 'CD'
print(x, ...)
## S3 method for class 'fro'
print(x, ...)
## S3 method for class 'node_monitor'
print(x, ...)
## S3 method for class 'jeffreys'
print(x, ...)
## S3 method for class 'final_node_monitor'
print(x, ...)
## S3 method for class 'seq_cond_monitor'
print(x, ...)
## S3 method for class 'seq_pa_ch_monitor'
print(x, ...)
## S3 method for class 'seq_marg_monitor'
print(x, ...)
Arguments
x |
an appropriate object |
... |
for compatibility |
Value
Printing specific to the object it is applied to.
[Package bnmonitor version 0.2.0 Index]