Description Usage Arguments Value Examples
Plots all the plot_* plots into a grid for ease.
1 |
chain |
Vector of n length, where n is the number of trials or sampler iterations |
title |
Title of the uberplot |
A grid plotting all the plot_* functions
1 2 3 4 | target <- distr::Norm()
pd_func <- make_distr_pdf(target)
chain1 <- sampler_mcmc(pd_func, 0, sigma_prop = 1)
plot_all(chain1[[1]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.