Equation 13: Pairing in sink (k) habitat of good-good pairs (P.kgg)

eq13_Pkgg(W2, K.bc, K.bk, B.mk, B.fk, ...)

Arguments

W2

population vector

K.bc

Carrying capacity during breeding season in source habitat

K.bk

Carrying capacity during breeding season in sink habitat

B.mk

Males (m) allocated to sink (k)

B.fk

Females allocated to sink

...

Additional parameters

Value

P.kgg Proportion of pairs in sink (k) habitat where both male and female originated from good winter habitat (gg)

References

Runge, MC and PP Marra. 2004. Modeling seasonal interactions in the population dynamics of migratory birds. In Greenberg, R and PP Marra, eds. Birds of two worlds. Johns Hopkins University Press, Baltimore.

Examples

#Trivial example
W2. <- c(10,10,10,10)
names(W2.) <- c("mg","fg","mp","fp")
eq13_Pkgg(W2 = W2., K.bc = 0, K.bk = 10, B.mk = 5, B.fk =5)
#> [1] 1