plot | R Documentation |
Plotting methods for outputs of bnmonitor
functions
## 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, ...)
x |
The output of node_monitor. |
... |
for compatibility |
which |
select the monitor to plot, either "marginal" or "conditional" (for output of |
A plot specific to the object it is applied to.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.