delta_t : time interval between tagging ang recapture (instead two vectors with t1 (age at tagging) and t2
(age at recapture) can be provided.
method: indicating which of following methods should be applied: "GullandHolt" or "Munro".
Linf_range: two values indicating the lower and upper limits of the range, in which the optimise searches for the Linf value with the best fit (lowest CV value ),
time_unit: indicating the unit of the time interval, either "year", "month", "week", or "day"
Returns
A list with the input parameters and following parameters:
x : independent variable used for regression analysis,
y : dependent variable used for regression analysis,
reg_coeffs : regression coefficients,
r2 : r squared of regression analysis,
Linf : infinite length for investigated species in cm [cm],
K : growth coefficent for investigated species per year [1/year],
conf_int_K : confidence intervals of K (only if Gulland Holt method was applied).
Details
If Munro plot is applied the optimal Linf value is found by minimizing the coefficient of variation (CV = sd(K)/mean(K)). For this iterative method the optimise
function is applied. The histogram of the individual K values allows to distinguish potential differences in growth performance between individuals. t0 can not be estimated by Munro plot, neither by the Gulland Holt method.