Description Usage Arguments Value Examples
View source: R/fit_user_data_fxns.R
plotUserDataMECH
Creates a PDF or PNG file with the results of the MCMC fits to
incidence data
1 2 | plotUserDataMECH(mydata = NULL, tables.mod = NULL, mod_id = NULL,
ireal = 1, run.list = NULL, idevice = 1)
|
mydata |
- dataframe with all the data for this DICE run |
tables.mod |
- a table with the data and the results for the model fit. It includes the mean and the 5-95% percentile (as well as the error) |
mod_id |
The abbreviation of the states/regions-model level |
ireal |
- Numeric, the number of the MCMC chain, default is 1 |
idevice |
Integer the index in the device array, default is 1 |
err=0 if plots were created
1 2 | plotUserDataMECH(mydata = mydata, tables.mod = tables.mod,
mod_id = mod_id, ireal = ireal, run.list = run.list, idevice = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.