plot: Plotting methods

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

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.


bnmonitor documentation built on June 7, 2023, 5:19 p.m.