Learn R Programming

malan (version 1.0.3)

pedigrees_table: Get distribution of pedigree sizes

Description

Get distribution of pedigree sizes

Usage

pedigrees_table(pedigrees)

Arguments

pedigrees

Pedigrees

Examples

Run this code
sim <- sample_geneology(100, 10)
peds <- build_pedigrees(sim$population)
pedigrees_table(peds)

Run the code above in your browser using DataLab