Get a numeric vector of MRCAs from a datelifeResult
object. Used in summarize_datelife_result()
.
Source: R/summary.R
datelife_result_MRCA.Rd
Get a numeric vector of MRCAs from a datelifeResult
object. Used in summarize_datelife_result()
.
Arguments
- datelife_result
A
datelifeResult
object, usually an output ofget_datelife_result()
.- na_rm
If
TRUE
, it drops rows containingNA
s from thedatelifeResult
patristic matrix; ifFALSE
, it returnsNA
where there are missing entries.