plot {bnmonitor} | R Documentation |
Plotting methods
Description
Plotting methods for outputs of bnmonitor
functions
Usage
## S3 method for class 'seq_marg_monitor'
plot(x, ...)
## S3 method for class 'CD'
plot(x, ...)
## S3 method for class 'seq_cond_monitor'
plot(x, ...)
## S3 method for class 'node_monitor'
plot(x, ...)
## S3 method for class 'influential_obs'
plot(x, ...)
## S3 method for class 'jeffreys'
plot(x, ...)
## S3 method for class 'kl'
plot(x, ...)
## S3 method for class 'final_node_monitor'
plot(x, which, ...)
## S3 method for class 'seq_pa_ch_monitor'
plot(x, ...)
## S3 method for class 'sensitivity'
plot(x, ...)
## S3 method for class 'fro'
plot(x, ...)
## S3 method for class 'diameter'
plot(x, ...)
## S3 method for class 'edgestrength'
plot(x, ...)
## S3 method for class 'mutualinfo'
plot(x, ...)
## S3 method for class 'dwi'
plot(x, ...)
## S3 method for class 'ewi'
plot(x, ...)
Arguments
x |
The output of node_monitor. |
... |
for compatibility |
which |
select the monitor to plot, either "marginal" or "conditional" (for output of |
Value
A plot specific to the object it is applied to.
[Package bnmonitor version 0.2.0 Index]