View source: R/calibrations_match.R
| summary.matchedCalibrations | R Documentation |
matchedCalibrations object
summary.matchedCalibrations gets the node age distribution from a matchedCalibrations object.Summarize a matchedCalibrations object
summary.matchedCalibrations gets the node age distribution from a matchedCalibrations object.
## S3 method for class 'matchedCalibrations'
summary(object, ...)
object |
A |
... |
Further arguments passed to or from other methods. |
Columns in_phy$mrca_node_name and in_phy$reference are factors.
A summaryMatchedCalibrations object, which is a list of two matchedCalibrations objects:
A data.frame subset of input matchedCalibrations 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.
A data.frame subset of input matchedCalibrations object
containing all taxon name pairs that were present in the given tree.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.