plotYieldGear: Plot the total yield of each species by gear through time
Description
After running a projection, the total yield of each species by fishing gear
can be plotted against time. This plot is pretty easy to do by hand. It just
gets the biomass using the getYieldGear method and plots using
the ggplot2 package. You can then fiddle about with colours and linetypes
etc. Just look at the source code for details.
Plot the yield of each gear using a MizerSim object.
Usage
plotYieldGear(object, ...)
# S4 method for MizerSim
plotYieldGear(object, print_it = TRUE, ...)
Arguments
object
An object of class MizerSim
...
Other arguments to pass to getYieldGear method
print_it
Display the plot, or just return the ggplot2 object