
Return the edge leading up to the most recent common ancestor of a set of phylogenetic flows
pf_mrca.RdReturn the edge leading up to the most recent common ancestor of a set of phylogenetic flows
Examples
require(dplyr)
#> Loading required package: dplyr
#> 
#> Attaching package: ‘dplyr’
#> The following objects are masked from ‘package:stats’:
#> 
#>     filter, lag
#> The following objects are masked from ‘package:base’:
#> 
#>     intersect, setdiff, setequal, union
avonet %>%
  filter(label %in% c("Platalea_minor", "Pelecanus_occidentalis")) %>%
  pull(phlo) %>%
  pf_mrca()
#> [1] 12692