isChild: Determine if a variety is a child of another

Description Usage Arguments References Examples

View source: R/allFunctions.R

Description

Returns a boolean variable for whether the first variety is a child of the second variety

Usage

1
isChild(child, parent, geneal)

Arguments

child

possible child variety

parent

possible parent variety

geneal

the full genealogy (in data frame format)

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

Examples

1
2
3
data(sbGeneal)
isChild("Essex", "Young", sbGeneal)
isChild("Young", "Essex", sbGeneal)

ggenealogy documentation built on March 26, 2020, 9:25 p.m.