Description Usage Arguments Value See Also Examples
perform a single run of the StrathE2E model
1 | StrathE2E(model, nyears = 20)
|
model |
current model configuration |
nyears |
number of years to run model |
model output
list_models
, read_model
, copy_model
1 2 3 4 5 6 7 8 9 | # after running the example below, look at the various objects to see how you can modify them:
#
# str(NorthSea)
#
NorthSea <- read_model("North_Sea", "2003-2013")
results <- StrathE2E(NorthSea)
plot_full_length_timeseries(results)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.