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 3 |
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. |
model_profileB |
A 2D numeric array with randomly chosen predicted profiles for the Bacteria obtained by fitting the model region directly. Relevant only in the case of an SIRB model |
ireal |
Integer - the MCMC chain number |
run.list |
A list with various run parameters |
Returns err = 0 if successful
1 2 | saveProfilesOnePatch{ mydata = mydata, model_rtn = model_rtn, model_profile = model_profile,
model_profileB = model_profileB, ireal = ireal, run.list = run.list}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.