Learn R Programming

ggenealogy (version 0.2.0)

getAncestors: Returns a list of the ancestors of a particular variety (if they exist)

Description

This function returns a list of the ancestors of the inputted variety within and including a given number of generations

Usage

getAncestors(v1, geneal, gen = 3)

Arguments

v1
the label of the variety/vertex of interest (in character string format)
geneal
the full genealogy (in data frame format)
gen
the number of generations back to include as ancestors

Examples

Run this code
data(sbGeneal)
getParent("Essex", sbGeneal)
getAncestors("Essex", sbGeneal, 1)
getAncestors("Essex", sbGeneal, 5)

Run the code above in your browser using DataLab