| chilliwack_bt_05 | R Documentation | 
The populations parameters for Bull Trout in Chilliwack Lake from Taylor (2005)
chilliwack_bt_05
An object of class ypr_populations().
Taylor, J.L. 2005. Sustainability of the Chilliwack Lake Char Fishery. Ministry of Water, Land and Air Protection, Surrey, B.C.
Other populations: 
as_ypr_populations(),
ypr_plot_yield(),
ypr_populations_expand(),
ypr_populations(),
ypr_tabulate_sr(),
ypr_tabulate_yields(),
ypr_tabulate_yield()
Other data: 
adams_bt_03,
kootenay_bt_13,
kootenay_rb_13,
kootenay_rb,
quesnel_bt,
quesnel_lt,
quesnel_rb
chilliwack_bt_05
yield <- ypr_tabulate_yield(chilliwack_bt_05, type = "optimal")
yield$pi <- round(yield$pi, 2)
yield <- yield[c("Llo", "Hm", "Rk", "pi")]
yield <- tidyr::spread(yield, Rk, pi)
yield <- yield[order(-yield$Hm), ]
yield
## Not run: 
ypr_plot_yield(chilliwack_bt_05, plot_values = FALSE) +
  ggplot2::facet_grid(Rk ~ Hm) +
  ggplot2::aes(group = Llo, linetype = Llo)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.