Learn R Programming

mizer (version 2.3.0)

getYieldGear: Calculate the yearly yield per gear and species

Description

Calculates the yearly yield (biomass fished per year) per gear and species at each simulation time step.

Usage

getYieldGear(sim)

Arguments

sim

An object of class MizerSim.

Value

An array (time x gear x species) containing the yearly yield in grams.

See Also

getYield()

Other summary functions: getBiomass(), getDiet(), getGrowthCurves(), getN(), getSSB(), getYield()

Examples

Run this code
# NOT RUN {
yield <- getYieldGear(NS_sim)
yield["1972", "Herring", "Herring"]
# (In this example MizerSim object each species was set up with its own gear)
# }

Run the code above in your browser using DataLab