plot.mdl_rn | R Documentation |
Plotting method.
## S3 method for class 'mdl_rn'
plot(
x,
what = "seafloor",
summarize = FALSE,
limits = NULL,
burn_in = TRUE,
normalize = FALSE,
verbose = TRUE,
...
)
x |
mdl_rn object. |
what |
Character specifying what to plot. |
summarize |
Logical if values over time should be plotted. |
limits |
Named list with vectors specifying min/max values. |
burn_in |
If TRUE, line to indicate burn-in time is plotted. |
normalize |
Logical if TRUE, count is divided by time steps. |
verbose |
If TRUE, progress reports are printed. |
... |
Not used. |
Plotting method for mdl_rn
object simulated with run_simulation
.
The what
arguments allows to either plot the seafloor values or fishpop values.
For both, it is possible to either plot a spatial raster at a certain time step,
or a summary of the values over all saved time steps (summarize
argument).
If a spatial raster is plotted, the limits can be set identical. For more information see
get_limits
.
## Not run:
plot(result_rand)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.