R/MizerSim-class.R
MizerSim-class.RdA class that holds the results of projecting a MizerParams
object through time using the project function.
A new MizerSim object can be created with the MizerSim
constructor, but you will never have to do that because the object is
created automatically by the project function when needed.
The arrays all have named dimensions. The names of the "time" dimension are
numeric and denote the time in years. The names of the "sp" dimension are the
same as the species name in the order specified in the species_params data
frame. The names of the "gear" dimension are the names of the gears, in the
same order as specified when setting up the MizerParams object.
There are several link{summary_functions} and
plotting_functions available to explore the contents of a
MizerSim object.
paramsAn object of type MizerParams.
nArray that stores the projected community population abundances by time, species and size.
n_ppArray that stores the projected plankton abundance by time and size.
n_otherList of lists where the outer list is named by time and the inner lists are named by the names of the other ecosystem components.
effortArray that stores the fishing effort by time and gear.