buildAncList {ggenealogy} | R Documentation |
Returns the ancestors of a particular variety (if they exist).
Description
This function returns a nested list of the ancestors of the inputted variety.
Usage
buildAncList(v1, geneal, gen = 0)
Arguments
v1 |
the label of the vertex of interest (in character string format) |
geneal |
the full genealogy (in data frame format) |
gen |
the generation (note: This should be left as default, as any other input will not affect results anyway) |
References
Rutter L, VanderPlas S, Cook D, Graham MA (2019). ggenealogy: An R Package for Visualizing Genealogical Data. Journal of Statistical Software, 89(13), 1–31. doi:10.18637/jss.v089.i13
See Also
getParent
for information on determining parents
Examples
data(sbGeneal)
getParent("Essex", sbGeneal)
buildAncList("Essex", sbGeneal)
[Package ggenealogy version 1.0.3 Index]