This has been rattling around my head for a while.
From Broderick et al. 2006 (http://www.ascension-island.gov.ac/wp-content/uploads/2012/12/are-green-turtles-globally-endangered.pdf), they created a transition matrix (Table 1) for the probability of a turtle surviving and growing to the next age-class and the probability of a turtle surviving and growing to the ith age-class.
Could anyone show me how to create this sort of matrix in R?
Table 1.
[Age-class S1 S2 S3 S4 S5 S6
Structure S1 (egg-neonate) P1 F2 F3 F4 F5 F6
S2 (pelagic individual) G1 P2 0 0 0 0
S3 (benthic individual) 0 G2 P3 0 0 0
S4 (sub-adult) 0 0 G3 P4 0 0
S5 (maturing adult) 0 0 0 G4 P5 0
S6 (adult) 0 0 0 0 G5 P6
Values S1 0 0 0 F4 F5 F6
S2 0.4394 0.5704 0 0 0 0
S3 0 0.0741 0.8413 0 0 0
S4 0 0 0.0391 0.8405 0 0
S5 0 0 0 0.0069 0.7782 0
S6 0 0 0 0.1700 0.9482]
Also, using this matrix you can calculate the proportion of hatchlings that survive to adulthood.