summary.matchedCalibrations {datelife} | R Documentation |
Summarize a matchedCalibrations
object
summary.matchedCalibrations
gets the node age distribution from a matchedCalibrations
object.
Description
Summarize a matchedCalibrations
object
summary.matchedCalibrations
gets the node age distribution from a matchedCalibrations
object.
Usage
## S3 method for class 'matchedCalibrations'
summary(object, ...)
Arguments
object |
A |
... |
Further arguments passed to or from other methods. |
Details
Columns in_phy$mrca_node_name
and in_phy$reference
are factors.
Value
A summaryMatchedCalibrations
object, which is a list of two matchedCalibrations
objects:
- not_in_phy
A
data.frame
subset of inputmatchedCalibrations
object containing taxon name pairs that were not present in the given tree.NULL
if all input taxon names are found in the given tree.- in_phy
A
data.frame
subset of inputmatchedCalibrations
object containing all taxon name pairs that were present in the given tree.
[Package datelife version 0.6.8 Index]