isParent: Determine if a variety is a parent of another

Description Usage Arguments Examples

Description

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

Usage

1
isParent(child, parent, tree)

Arguments

child

possible child variety

parent

possible parent variety

tree

the data tree (in data frame format)

Examples

1
2
3
data(sbTree)
isParent("Essex","Young",sbTree)
isParent("Young","Essex",sbTree)

dicook/phyViz documentation built on May 15, 2019, 8:24 a.m.