plot,therMizerSim,missing-method | R Documentation |
therMizerSim
objectsAfter running a projection, produces 6 plots in the same window: feeding level, predation mortality, fishing mortality, and temperature effects on metabolism and encounter rate for each species by size; and biomass of each species through time. This method just uses the other plotting methods and puts them all in one window.
## S4 method for signature 'therMizerSim,missing'
plot(x, y, ...)
x |
An object of class |
y |
Not used |
... |
For additional arguments see the documentation for
|
A viewport object
## Not run:
data(NS_species_params_gears)
data(inter)
params <- therMizerParams(NS_species_params_gears, inter)
sim <- project_therMizer(params, effort=1, t_max=20, t_save = 2)
plot(sim)
plot(sim, time_range = 10:20) # change time period for size-based plots
plot(sim, min_w = 10, max_w = 1000) # change size range for biomass plot
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.