Equation 19: Matrix of sex ratios at birth (f.mat)

eq19AbuildFmat(f = 0.5)

Arguments

f

Proportion of females

Value

f.mat matrix of sex ratios at bird

Examples

# Sex ratio matrix
eq19AbuildFmat()
#>      [,1] [,2]
#> [1,]  0.5  0.0
#> [2,]  0.0  0.5
#> [3,]  0.5  0.0
#> [4,]  0.0  0.5