BioeconomicSim-class | R Documentation |
A class to hold the results of a simulation.
The states of the simulation at each time step are stored in the states
slot of this object. The states
slot contains a T \times 20 matrix where T is the duration of the simulation. Each column represents a different model output and each row gives the value of those outputs at a time step. The columns in this matrix are:
R - The recruitment (numbers)
SJ - The size of the juvenile stock (numbers)
SA - The size of the adult stock (numbers)
TC - The number of commercial trips
TR - The number of recreationl trips.
EC - The commercial effort
ER - The recreational effort
FC - The commercial fishing mortality
FR - The recreational fishing mortality
tau - The profit of the commercial fleet
K - The catch per unit effort of the recreational fleet
LR - The landed catch of the recreational fleet (tonnes)
LC - The landed catch of the commercial fleet (tonnes)
D - The proportion of the juvenile stock that mature into the adult stock
VR - The GVA of the recreational fleet
VC - The GVA of the commercial fleet
ZA - The total mortality on the adult stock
CLim - The total catch limit (in numbers) for a given time step.
CAllocCom - The proportion of CLim that is allocated to the commercial fleet
CAllocRec - The proportion of CLim that is allocated to the recreational fleet
params
A BioeconomicParams
object encoding the parameters for the model.
rec_func
The recruitment function
CLim_func
The function to calculate the total catch limit (across both fleets) from the adult stock size (in numbers).
t_start
The start time of the simulation.
t_end
The end time of the simulation.
states
A data.frame
containing the states of the system for each time step of the simulation.
BioeconomicSim
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.