knitr::opts_chunk$set(
  message = FALSE, 
  warning = FALSE,
  collapse = TRUE,
  error = TRUE,
  comment = "#>"
)
library(tidyverse)
library(fishvice)
fit <- sam_get_fit("BW-2021")
rbx <- fv_rbx(fit)


einarhjorleifsson/fishvice documentation built on Jan. 4, 2024, 8:43 p.m.