Create a birth process matrix.
bbs_matrix_birth(
fecundity,
female_recruit_stage = 1,
male_recruit_stage = NULL,
proportion_female = 0.5
)
A vector of the fecundity rates in each stage.
A positive whole number of the stage representing female recruits.
A positive whole number of the stage representing male recruits. Ignored if NULL.
A number between 0 and 1 indicating the proportion of recruits that are female.
A birth process matrix.