View source: R/plot_stan_hamstr.R
plot_hierarchical_acc_rate | R Documentation |
Plot the hierarchical accumulation rate parameters
plot_hierarchical_acc_rate(hamstr_fit)
hamstr_fit |
the object returned from |
ggplot2 object
## Not run:
fit <- hamstr(
depth = MSB2K$depth,
obs_age = MSB2K$age,
obs_err = MSB2K$error)
plot_hierarchical_acc_rate(fit)
plot_hierarchical_acc_rate(hamstr_fit = fit) +
facet_wrap(~lvl)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.