knitr::opts_chunk$set(collapse = TRUE, comment = "#>")
knitr::opts_chunk$set(dpi=85)
#options(width = 650)


About this document

This is a prototype of an automatic report that describes the results of a demonstration MSE analysis for the Canadian Department of Fisheries and Oceans.


Performance table

A generic performance table is produced that provides the probability of stock status in the critical, cautious and healthy zones (delineated by 40% and 80% of BMSY). Also provided are the probability of overfishing and the yield relative to FMSY fishing. These performance metrics are provided for the first and last 10 years of the MSE projection in addition to the average annual variability in yield over all projected years and the probability of rebuilding to over BMSY after two mean generation times.

Below the table are a set of the threshold levels for satisficing. Only those MPs that simultaneously meet all thresholds are satisficed (as indicated by green font for the MP name). MPs are presented in descending order of yield over the final 10 years.

 tab<-DFO_tab(params$MSEobj,maxMPs=params$maxMPs)
 DFO_tab_formatted(tab)
 MSEobj_sub<-Sub(params$MSEobj,MPs=tab[,1])


 Thresh_tab(tab)


Worm plots

The quantile worm plots show the central 90% probability interval (transparent blue region) and 50% probability intervals (blue shaded area) of future projections and the mean among all simulations (solid white line).

Superimposed on each plot are two individual simulations (the solid and dashed blue lines). For each management procedure (panel columns) the biomass relative to BMSY and the yield relative to FMSY yield (Rel. Yd.) are plotted.

 DFO_quant(MSEobj_sub,maxcol=4,forreport=T)


Spider plots

Spider plots offer a way of presenting trade-offs among multiple performance metrics. These are however generally difficult to read with greater than 5 performance metrics (spokes) and more than 3 management procedures. Here is an example showing the tradeoff among short-term yield (yield relative to FMSY over first 10 projected years), long term yield (yield relative to FMSY over final 10 projected years) and probability of biomass in the healthy zone (greater than 80% BMSY) for the three MPs with the highest long term yields.

 DFO_spider(MSEobj_sub)

Bar plot

The bar plots ('Zeh plots') are similar to the quantile plot above and show the biomass relative to BMSY over projected time periord. Each panel represents a different 10 year period of the MSE projection. The bars present the 90% and the 50% (solid line) probability intervals. The dots are the median biomass / BMSY.

 DFO_bar(MSEobj_sub)


Tradeoff plot

A traditional KOBE plot is provided that shows stock status (B/BMSY) and exploitation rate (F/FMSY) at the end of the projected time period. The dots represent individual simulations, the solid line is the 50% probability interval and the dashed line is the 95% probability interval.

 DFO_proj(MSEobj_sub,maxplot=9)


Version Notes

This report is subject to ongoing testing. If you find a bug or a problem please send a report to t.carruthers@oceans.ubc.ca so that it can be fixed or report an issue at www.github.com/DLMtool/DLMtool/issues.



DLMtool/DLMtool documentation built on June 20, 2021, 5:20 p.m.