Get the distribution of number of meioses from individual to all individuals in individual's pedigree. Note the generation_upper_bound_in_result parameter.

meioses_generation_distribution(
  individual,
  generation_upper_bound_in_result = -1L
)

Arguments

individual

Individual to calculate all meiotic distances from

generation_upper_bound_in_result

Limit on distribution; -1 means no limit. 0 is the final generation. 1 second last generation etc.