plot_hierarchical_acc_rate: Plot the hierarchical accumulation rate parameters

View source: R/plot_stan_hamstr.R

plot_hierarchical_acc_rateR Documentation

Plot the hierarchical accumulation rate parameters

Description

Plot the hierarchical accumulation rate parameters

Usage

plot_hierarchical_acc_rate(hamstr_fit)

Arguments

hamstr_fit

the object returned from stan_hamstr.

Value

ggplot2 object

Examples

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

plot_hierarchical_acc_rate(fit)

## End(Not run)

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