View source: R/Gtransition-main.R
mgi | R Documentation |
Estimate mean growth increment \bar Δ_l for the individuals in length class l.
mgi(lowerL, upperL, classL, Linf, k, gm = 1, dl = 0.1, method = "vonB")
lowerL |
a numeric value that represents the smallest observed size. |
upperL |
a numeric value that represents the highest observed size. |
classL |
a numeric value that represents the range length classes. |
Linf |
a numeric value that represents the theoretical asymptotic length of an individual L_∞. |
k |
a numeric value that represents the growth rate parameter. |
gm |
a numeric value that represents the incremental relative rate of relative growth rate. Required when "Schnute" method is selected. |
dl |
a numeric value represents a constant relative rate of relative growth rate. Required when "Schnute" method is selected. |
method |
a character string defining the growth equation to be used. One of "vonB" (default), "Gompertz", "Logistic" or "Schunute". |
Estimate mean growth increment.
A list of class 'Gincrement'.
delta
the mean growth increment.
Laverage
he midlength of the length class l.
Sullivan P.J., Lai H., Galluci V.F. (1990). A Catch-at-Length analysis that incorporates a stochastic model of growth. Can. J. Fish. Aquat. Sci. 47: 184-198.
output <- mgi(lowerL = 78, upperL = 202, classL = 4, Linf = 197.42, k = 0.1938, method = "vonB") output output$delta output$Laverage
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.