get.effective.size: Estimate effective population size

Description Usage Arguments Value Examples

View source: R/get.effective.size.R

Description

Function to estimate the effective population size

Usage

1
get.effective.size(population, gen = NULL, database = NULL, cohorts = NULL)

Arguments

population

Population list

gen

Quick-insert for database (vector of all generations to export)

database

Groups of individuals to consider for the export

cohorts

Quick-insert for database (vector of names of cohorts to export)

Value

Estimated effective population size

Examples

1
2
data(ex_pop)
get.effective.size(population=ex_pop, gen=5)

MoBPS documentation built on Nov. 9, 2021, 5:08 p.m.