Description Usage Arguments Value Examples
View source: R/mcmc_output_fxns.R
Plots the posterior distribution of the MCMC parameters from a DICE run on a single region/patch.
1 2 |
tab.model |
The MCMC history of the direct fit of the data |
opt.list |
A logical list of all the parameters DICE recognizes and can optimize with TRUE/FALSE |
run.list |
a list with parameters used for the MCMC procedure |
mydata |
A dataframe with all the data available for this run |
imask |
An array of integers with +1/-1 values for parameters that are optimized (or not) |
ireal |
Integer - the MCMC chain number |
err Returns err = 0
1 2 | mcmc.onepatch.plot{tab.model = tab.model, opt.list = opt.list,
run.list = run.list, mydata = mydata, imask = imask, ireal = 1}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.