growtrans | R Documentation |
Generates a growth transition matrix from parameters of the von Bertalanffy growth equation following Chen et al. (2003)
growtrans(Lmin = NULL, Lmax = NULL, Linc = NULL, Linf = NULL, SELinf = NULL,
K = NULL, SEK = NULL, rhoLinfK = NULL)
Lmin |
Mid-point of starting size class. |
Lmax |
Mid-point of end size class. This should be one increment larger than Linf. |
Linc |
Size class increment. |
Linf |
L-infinity parameter of the von Bertalanffy growth equation. |
SELinf |
Standard error of Linf. |
K |
Growth parameter of the von Bertalanffy growth equation. |
SEK |
Standard error of K. |
rhoLinfK |
Correlation between Linf and K. Usually from a parameter correlation matrix. |
Transition probabilities are calculated by using formulae 3-9 and procedures in Chen et al. (2003). Negative growth increments result if Lmax is beyond Linf, so the transition matrix is truncated at Linf. The last size class acts as a plus group and has a probability of 1.
A matrix of dimensions n size classes x n size classes.
This function is based on an example EXCEL spreadsheet provided by Yong Chen.
Gary A. Nelson, Massachusetts Division of Marine Fisheries gary.nelson@mass.gov
Chen, Y., M. Hunter, R. Vadas, and B. Beal. 2003. Developing a growth-transition matrix for stock assessment of the green sea urchin (Strongylocentrotus droebachiensis) off Maine. Fish. Bull. 101: 737-744.
# For Chen et al. 2003
growtrans(Lmin=40,Lmax=101,Linc=1,Linf=100,SELinf=15,K=0.100588,SEK=0.04255,rhoLinfK=0.94)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.