Description Usage Arguments Value Examples
Save the profiles for Model region Save the profiles for Model region so that incidence plot can be re-created
1 2 |
mydata |
A dataframe with all the data available for this DICE run |
model_rtn |
A 1D numeric array with the best direct prediction to the model region |
model_profile |
A 2D numeric array with randomly chosen predicted profiles obtained by fitting the model region directly. |
rtn |
An nweeks x nregion 2D numeric array with the best fit for each region |
profile |
A 3D numeric array holding random predictions for each of the fit regions based on the history of their MCMC chains. |
ireal |
Integer - the MCMC chain number |
run.list |
A list with various run parameters |
profile |
A 3D numeric array holding random predictions for each of the fit regions based on the history of their MCMC chains. |
Returns err = 0 if successful
1 2 | saveProfiles{ mydata = mydata, model_rtn = model_rtn, model_profile = model_profile, rtn = rtn,
profile = profile, ireal = ireal, run.list = run.list}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.