plot.bkmrdlm: Plot functions for BKMR-DLM

View source: R/plot.bkmrdlm.R

plot.bkmrdlmR Documentation

Plot functions for BKMR-DLM

Description

Plot functions for BKMR-DLM

Usage

## S3 method for class 'bkmrdlm'
plot(x, print = TRUE, projectedmean = TRUE, ...)

Arguments

x

An object of class 'bkmrdlm'.

print

A logical. If TRUE then each plot will be printed. If FALSE then a list of plots will be returned.

projectedmean

A logical. If TRUE then the posterior mean projected into the parameter space will be displayed and it will have the mean square values equal to 1. If FALSE then the raw posterior mean will be displayed. The raw posterior mean may not be in the parameter space and in low signal settings may be outside of the 0.95 credible intervals.

...

Additional arguments for ggplot theme.

Value

If print=FALSE then an object of class ggplot is returned.


AnderWilson/regimes documentation built on Aug. 5, 2023, 8:30 a.m.