View source: R/Parameter_config.R
| define_timeperiod | R Documentation |
Create the monthly simulation time structure.
define_timeperiod(yr_start, yr_end)
yr_start |
Initial simulation year. |
yr_end |
Final nd simulation year. |
A list with two elements: 'timeperiod', a data.frame containing monthly timesteps, years and annual timestep identifiers; and 'steps', the total number of simulated months.
define_timeperiod(yr_start=2006, yr_end=2010)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.