View source: R/summarizePedigree.R
| findOldest | R Documentation |
summarize_pedigree function.This function finds the oldest families in a pedigree. It is supposed to be used internally by the summarize_pedigree function.
findOldest(foo_summary_dt, byr, n_oldest, n_foo)
foo_summary_dt |
A data.table containing the summary statistics. |
byr |
Character. Optional column name for birth year. Used to determine the oldest lineages. |
n_oldest |
Integer. Number of oldest lineages to return (sorted by birth year). |
n_foo |
An integer specifying the number of individuals in the summary. |
a data.table containing the oldest families in the pedigree.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.