getSSA | R Documentation |
Calculates the spawning stock abundance (SSA) through time of the species in
the therMizerSim
class. SSA is calculated as the total abundance of all mature
individuals.
Calculate the SSA from a therMizerSim
object
getSSA(object)
## S4 method for signature 'therMizerSim'
getSSA(object)
object |
An object of class |
An array containing the SSA (time x species)
## Not run:
data(NS_species_params_gears)
data(inter)
params <- therMizerParams(NS_species_params_gears, inter)
# With constant fishing effort for all gears for 20 time steps
sim <- project_therMizer(params, t_max = 20, effort = 0.5)
getSSA(sim)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.