Description Usage Arguments Details Value
View source: R/utility-functions-analysis.R
Fetch the historical land use data and filter to the desired regions, years, and GCAM commodities.
1 | get_historical_land_data(regions = NULL, years = NULL, commodities = NULL)
|
regions |
Regions to keep in filtered data. (Default is use all regions.) |
years |
Years to keep in filtered data. (Default is use all years.). Note, this function calculates the linear trend in historic data; therefore subsetting to different years with this argument will result in different trend lines. |
commodities |
GCAM commodities to keep in filtered data (Default is to use all commodities.) |
All of the runs in a single ensemble should have the same regions, years, and commodities, so generally it will only be necessary to run this function once at the beginning of the analysis. The resulting data can be matched to the model results for each of the models run in order to calculate Bayesian likelihoods and objective function evaluations.
Data frame containing the filtered data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.