plot.summary.bdlim: Plot for bdlim summary

View source: R/plot.summary.bdlim.R

plot.summary.bdlimR Documentation

Plot for bdlim summary

Description

Plot for bdlim summary

Usage

## S3 method for class 'summary.bdlim'
plot(
  x,
  print = TRUE,
  blackwhite = FALSE,
  grid,
  bs,
  continuous_weight = TRUE,
  ...
)

Arguments

x

An object of class 'summary.bdlim'.

print

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

blackwhite

A logical. If TRUE the credible region ribbons are grey. If FALSE (default) then they are different colors for each group.

grid

If missing then each plot will appear separate. Otherwise, numbers between 1 and 5 correspond to different combinations of figures printed together.

bs

Base font size

continuous_weight

Logical indicating if the weight function interval should be represented with a line and ribbon. If FALSE points and error bars will be used instead.

...

additional arguments for ggplot theme.

Value

If print=FALSE then a list of plots is returned.


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