plotFsim | R Documentation |
plotFsim Plots stochastic stock dynamics against refpts for constant Fsim()
plotFsim(
object,
worms = TRUE,
thinning = 10,
probs = c(0.05, 0.2, 0.5, 0.8, 0.95),
plotrefs = TRUE,
colour = "missing",
ncol = "missing",
label.size = 3,
yrs.eval = NULL,
panels = "missing"
)
object |
output object from Fsim() |
worms |
option to show individual iterations |
thinning |
thinning rate of iterations shows, e.g. 10 shows every 10th |
probs |
determine credibility intervals, default 80th, 90th percentiles |
plotrefs |
if TRUE reference points are plotted |
colour |
color of CIs |
ncol |
number of plot panel columns |
label.size |
size of reference points |
yrs.eval |
last years to be used evaluation period, default half nyears |
ggplot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.