powered by
Function to estimate the effective population size
get.effective.size(population, gen = NULL, database = NULL, cohorts = NULL)
Population list
Quick-insert for database (vector of all generations to export)
Groups of individuals to consider for the export
Quick-insert for database (vector of names of cohorts to export)
Estimated effective population size
# NOT RUN { data(ex_pop) get.effective.size(population=ex_pop, gen=5) # }
Run the code above in your browser using DataLab