Learn R Programming

bnmonitor (version 0.2.2)

plot: Plotting methods

Description

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, ...)

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

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

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

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

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

Value

A plot specific to the object it is applied to.

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).