population_size_generation: Size of population

Description Usage Arguments

View source: R/RcppExports.R

Description

Get the size of the population. Note the generation_upper_bound_in_result parameter.

Usage

1
population_size_generation(population, generation_upper_bound_in_result = -1L)

Arguments

population

Population to get size of

generation_upper_bound_in_result

Limit on generation to include in count; -1 means no limit. 0 only include the final generation. 1 only second last generation etc.


malan documentation built on July 2, 2020, 3:01 a.m.