Daily interval post-processed data from the Monte Carlo e2e_run_mc() function are stored in the file
../Modelname/Variantname/CredInt/CredInt_processed_daily_migrations-*.csv, where * represents the model run identifier
(model.ident) text embedded in the R-list object created by the e2e_read() function. The path to this file is relative to the value of results.path
as set by a prior e2e_read() function call.
Arguments determine the source of model data to be plotted. These can be outputs from a single model run with data held in memory as a list object or in a saved csv file, or from
a Monte Carlo simulation (using the function e2e_run_mc()) to estimate credible intervals of model outputs. Generation of credible interval data is a long computing task, so
data for the North Sea model provided with the package are available as example data sets.
Each panel of the plot shows a time-series of the net flux densities (mMN/d in the model domain as a whole, assumed to be 1 m2 sea surface area) of one
of the migratory guilds in the model (all three guilds of fish, birds, pinnipeds and cetaceans) between the inshore and offshore zones
of the model, over the final year of a run. These migration fluxes are the dynamic product of gradients in the ratio of food
concentration to predator concentration across the inshore-offshore boundary. Positive values of the net migration flux indicate net movement from the
offshore to inshore zone. Negative values indicate net movement from inshore to offshore.
If plotting of credible intervals is selected, results from the maximum likelihood model are shown by a red line. The median of the credible values distribution
is shown my a solid black line. A grey-shaded area indicates the 50
of simulated values). Black dashed lines span the 99
For details of how the distribution of credible output values from StrathE2E are calculated see the help information for the e2e_run_mc() function.