plotYieldRelative | R Documentation |
Plot change in yield over time
plotYieldRelative(sim, object_original, species = NULL, ...)
plotlyYieldRelative(sim, object_original, species = NULL, ...)
sim |
A MizerSim object |
object_original |
A MizerParams or MizerSim object to calculate differences from. |
species |
The species to be selected. Optional. By default all target species are selected. A vector of species names, or a numeric vector with the species indices, or a logical vector indicating for each species whether it is to be selected (TRUE) or not. |
... |
Parameters passed to |
plotYieldRelative(NS_sim, NS_params)
plotYieldRelative(NS_sim, NS_params, species = c("Cod", "Sole"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.