Summarize a matchedCalibrations object
summary.matchedCalibrations gets the node age distribution from a matchedCalibrations object.
Source: R/calibrations_match.R
summary.matchedCalibrations.RdSummarize a matchedCalibrations object
summary.matchedCalibrations gets the node age distribution from a matchedCalibrations object.
Usage
# S3 method for matchedCalibrations
summary(object, ...)Arguments
- object
A
matchedCalibrationsobject, usually an element of the output ofmatch_all_calibrations().- ...
Further arguments passed to or from other methods.
Value
A summaryMatchedCalibrations object, which is a list of two matchedCalibrations objects:
- not_in_phy
A
data.framesubset of inputmatchedCalibrationsobject containing taxon name pairs that were not present in the given tree.NULLif all input taxon names are found in the given tree.- in_phy
A
data.framesubset of inputmatchedCalibrationsobject containing all taxon name pairs that were present in the given tree.