plot_step: A Bayesian version of the step-plot

View source: R/plot-step.R

plot_stepR Documentation

A Bayesian version of the step-plot

Description

This requires that all steps be run using brms and then provided as a list of model fits.

Usage

plot_step(
  fits,
  year = NULL,
  fill = "purple",
  probs = c(0.25, 0.75),
  show_probs = TRUE
)

Arguments

fits

a list of model fits in the order that you want to compare them

year

the year or time label

fill

the colour of the credible interval ribbon

probs

the quantiles to plot

show_probs

plot the quantiles or not


quantifish/influ2 documentation built on Dec. 14, 2024, 5:10 a.m.