plot_summary_age_models: Plot Summary of Posterior Age Models

View source: R/plot_stan_hamstr.R

plot_summary_age_modelsR Documentation

Plot Summary of Posterior Age Models

Description

Plot Summary of Posterior Age Models

Usage

plot_summary_age_models(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_summary_age_models(fit)

## End(Not run)

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