buildAncDesTotalDF: Returns data frame with plot coordinates of all ancestors and...

Description Usage Arguments See Also Examples

Description

Returns the data frame that includes labels and plot coordinates of all ancestors and descendants of a variety. Users can specify the maximum number of ancestors and descendants to display.

Usage

1
buildAncDesTotalDF(v1, tree, mAnc = 3, mDes = 3)

Arguments

v1

the label of the variety/vertex of interest (in character string format)

tree

the data tree (in data frame format)

mAnc

the maximum number of generations of ancestors of v1 to be displayed (in numeric format)

mDes

the maximum number of generations of descendants of v1 to be displayed (in numeric format)

See Also

buildAncList for information on determining ancestors

buildDesList for information on determining descendants

Examples

1
2
3
data(sbTree)
v1="Essex"
buildAncDesTotalDF(v1, sbTree)

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