plot_memory_prior_posterior: Plot Memory Prior and Posterior

View source: R/plot_stan_hamstr.R

plot_memory_prior_posteriorR Documentation

Plot Memory Prior and Posterior

Description

Plot Memory Prior and Posterior

Usage

plot_memory_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)

plot_memory_prior_posterior(fit)

## End(Not run)

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