eq16_Pkpp | R Documentation |
Equation 16: Proportion of pairs in sink (k) composed of poor-poor pairings (P.kpp)
eq16_Pkpp(P.kgg, P.kgp, P.kpg, B.mk, B.fk, ...)
P.kgg |
Proportion source (k) composed of good-good pairings. |
P.kgp |
Proportion source (k) composed of good-poor pairings. |
P.kpg |
Proportionin source (k) composed of good-good pairings. |
B.mk |
males (m) allocated to sink (k) |
B.fk |
females allocated to sink |
... |
xxx |
P.kpp Proportion of pairs in sink (k) which are poor-poor pairings
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")
eq16_Pkpp(P.kgg = 1, P.kgp = 0, P.kpg = 0, B.mk = 5, B.fk =5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.