
Last chance! 50% off unlimited learning
Sale ends in
profile_fmsy(om_in, results_out, start = 0, end = 1.5, by_val = 0.01,
ss_mode = c("safe", "optimized"))
"safe"
for the safe version
of SS3 or "optimized"
for the optimized version of SS3. The relevant
binary needs to be in your system's path. See the vignette
vignette("ss3sim-vignette", package = "ss
results_out
folder). Also invisibly returns the Fmsy table as a data
frame.d <- system.file("extdata", package = "ss3sim")
omfolder <- paste0(d, "/models/cod-om")
fmsy.val <- profile_fmsy(om_in = omfolder, results_out = "fmsy",
start = 0.1, end = 0.2, by_val = 0.05)
Run the code above in your browser using DataLab