You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, @tokami. I am recently having an error in completing the catchCurve and I am confused. I tried the code
selar_res_cc <- catchCurve(selar_lfq_catch_vec,
catch_columns = c(1, 2),
reg_int = c(10.5, 14.5),
calc_ogive = TRUE)
Here is the error message:
Error in catchCurve(selar_lfq_catch_vec, catch_columns = c(1, 2), reg_int = c(10.5, :
You need to assign values to Linf and K for the catch curve based on length-frequency data!
What should I do?
The text was updated successfully, but these errors were encountered:
Hi, @tokami. I am recently having an error in completing the catchCurve and I am confused. I tried the code
selar_res_cc <- catchCurve(selar_lfq_catch_vec,
catch_columns = c(1, 2),
reg_int = c(10.5, 14.5),
calc_ogive = TRUE)
Here is the error message:
Error in catchCurve(selar_lfq_catch_vec, catch_columns = c(1, 2), reg_int = c(10.5, :
You need to assign values to Linf and K for the catch curve based on length-frequency data!
What should I do?
The text was updated successfully, but these errors were encountered: