Learn R Programming

ggenealogy (version 0.2.0)

getChild: Returns the children of a particular variety (if they exist)

Description

This function returns zero or more values that indicate the children of the inputted variety.

Usage

getChild(v1, geneal)

Arguments

v1
the label of the variety/vertex of interest (in character string format)
geneal
the full genealogy (in data frame format)

Examples

Run this code
data(sbGeneal)
getChild("Tokyo", sbGeneal)
getChild("Essex", sbGeneal)

Run the code above in your browser using DataLab