exp_F: Expected inbreeding coefficient

View source: R/expected.R

exp_FR Documentation

Expected inbreeding coefficient

Description

Estimates the expected inbreeding coefficient (F) as a function of the effective population size and generation number

Usage

exp_F(Ne, t)

Arguments

Ne

Effective population size

t

Generation number

Details

Computation of the inbreeding coefficient uses the classical formula:

F(t) = 1 - (1 - 1/2N) ^ t

Value

The inbreeding coefficient

References

  • Falconer DS, Mackay TFC. 1996. Introduction to Quantitative Genetics. 4th edition. Longman, Essex, U.K.

See Also

ip_F

Examples

exp_F(Ne = 50, t = 0)
exp_F(Ne = 50, t = 50)
exp_F(Ne = 10, t = 50)

purgeR documentation built on May 29, 2024, 7:24 a.m.