Skip to contents

Plotting methods for outputs of bnmonitor functions

Usage

# S3 method for seq_marg_monitor
plot(x, ...)

# S3 method for CD
plot(x, ...)

# S3 method for seq_cond_monitor
plot(x, ...)

# S3 method for node_monitor
plot(x, ...)

# S3 method for influential_obs
plot(x, ...)

# S3 method for jeffreys
plot(x, ...)

# S3 method for kl
plot(x, ...)

# S3 method for final_node_monitor
plot(x, which, ...)

# S3 method for seq_pa_ch_monitor
plot(x, ...)

# S3 method for sensitivity
plot(x, ...)

# S3 method for fro
plot(x, ...)

Arguments

x

The output of node_monitor.

...

for compatibility

which

select the monitor to plot, either "marginal" or "conditional" (for output of node_monitor only).

Value

A plot specific to the object it is applied to.