eq16_Pkpp: Equation 16: Proportion of pairs in sink (k) composed of...

View source: R/eq16_Pkpp.R

eq16_PkppR Documentation

Equation 16: Proportion of pairs in sink (k) composed of poor-poor pairings (P.kpp)

Description

Equation 16: Proportion of pairs in sink (k) composed of poor-poor pairings (P.kpp)

Usage

eq16_Pkpp(P.kgg, P.kgp, P.kpg, B.mk, B.fk, ...)

Arguments

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

Value

P.kpp Proportion of pairs in sink (k) which are poor-poor pairings

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")
eq16_Pkpp(P.kgg = 1, P.kgp = 0, P.kpg = 0, B.mk = 5, B.fk =5)



brouwern/FACavian documentation built on March 23, 2022, 10:07 a.m.