plotYield: Plot the total yield of each species through time
Description
After running a projection, the total yield of each species across all
fishing gears can be plotted against time. This plot is pretty easy to do by
hand. It just gets the biomass using the getYield 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 using a MizerSim object.
Usage
plotYield(object, ...)
# S4 method for MizerSim
plotYield(object, print_it = TRUE, ...)
Arguments
object
An object of class MizerSim
...
Other arguments to pass to getYield method
print_it
Display the plot, or just return the ggplot2 object