eq13_Pkgg | R Documentation |
Equation 13: Pairing in sink (k) habitat of good-good pairs (P.kgg)
eq13_Pkgg(W2, K.bc, K.bk, B.mk, B.fk, ...)
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 |
P.kgg Proportion of pairs in sink (k) habitat where both male and female originated from good winter habitat (gg)
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.
#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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.