plot_infl_prior_posterior: Plot the Prior and Posterior Distributions of the Inflation...

View source: R/plot_stan_hamstr.R

plot_infl_prior_posteriorR Documentation

Plot the Prior and Posterior Distributions of the Inflation Factor Parameters

Description

Plot the Prior and Posterior Distributions of the Inflation Factor Parameters

Usage

plot_infl_prior_posterior(hamstr_fit)

Arguments

hamstr_fit

the object returned from stan_hamstr.

Value

a ggplot2 object

Examples

## Not run: 
fit <- hamstr(
  depth = MSB2K$depth,
  obs_age = MSB2K$age,
  obs_err = MSB2K$error,
  inflate_errors = 1)

plot_infl_prior_posterior(fit)

## End(Not run)

EarthSystemDiagnostics/baconr documentation built on Dec. 10, 2023, 4:35 a.m.