eq21buildSfmat.Rd
"Mortality during migration depends upon the sex of the bird and breeding habitat it used" (Runge and Marra 2004, page TOD())
eq21buildSfmat( S.f.mc = 0.8, S.f.mk = 0.75, S.f.md = 0.8, S.f.fc = 0.8, S.f.fk = 0.75 )
S.f.mc | Survival (S) during fall migration (f) of males (m) originating from source (c) habitat. |
---|---|
S.f.mk | Survival (S) during fall migration (f) of males (m) originating from sink (k) habitat. |
S.f.md | Survival (S) during vall migration (f) of males (m) who had "drain" (d) status, aka floaters or unpaired males. |
S.f.fc | Survival (S) during fall migration (f) of females (f) originating from source (c) habitat. |
S.f.fk | Survival (S) during fall migration (f) of females (f) originating from sink (k) habitat. |
S.f | Diagonal matrix of fall survival probabilities for adults |
eq21buildSfmat() #> [,1] [,2] [,3] [,4] [,5] #> [1,] 0.8 0.00 0.0 0.0 0.00 #> [2,] 0.0 0.75 0.0 0.0 0.00 #> [3,] 0.0 0.00 0.8 0.0 0.00 #> [4,] 0.0 0.00 0.0 0.8 0.00 #> [5,] 0.0 0.00 0.0 0.0 0.75