pedigree_size: Get pedigree size

View source: R/RcppExports.R

pedigree_sizeR Documentation

Get pedigree size

Description

Get pedigree size

Usage

pedigree_size(ped)

Arguments

ped

Pedigree

Examples

sim <- sample_geneology(100, 10)
peds <- build_pedigrees(sim$population)
pedigree_size(peds[[1]])


malan documentation built on July 4, 2024, 9:09 a.m.