buildEdgeTotalDF: Build the edges in the genealogy graph.
Description
This function takes the graph object and creates a data frame object of the edges between all parent-child relationships in the graph.
Usage
buildEdgeTotalDF(geneal, ig, binVector = 1:12)
Arguments
geneal
the full genealogy (in data frame format)
ig
the graph representation of the data genealogy (in igraph format)
binVector
the number of bins between 1 and length(binVector) (default is 12). For more information on choosing binVector size, please visit the ggenealogy vignette.
See Also
dfToIG for information on producing ig from the genealogy