View source: R/simulate_acyclic_pedigree.R
function that iteratively expands the connected component members of each individual, until they reflect all the individuals they are connected to.
1 | iteratively_expand_conn_comps(P, CC = NULL)
|
P |
a tibble like that which comes out of expand_offspring, or NULL if you just want to operate on the named list of conn comps. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.