Description Usage Arguments Value
It is fine to analysing scenarios one by one. But when comparing scenarios, it is sometimes preferable to have all scenarios in one data frame. Since scenario data is storred in a list of 4 data frames, this function does the job of binding each data frame in turn. To bind more than 2 scenarios, put them in a list and use scenarios <- Reduce(bindScenarios, list(sc1, sc2, sc3))
1 | bindScenarios(scenario1, scenario2)
|
scenario1 |
scenario object created
by the |
scenario2 |
another scenario object |
List of data frames
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.