summary.treedata.table {treedata.table} | R Documentation |
Summarizing treedata.table objects
Description
Summarizing treedata.table objects
Usage
## S3 method for class 'treedata.table'
summary(object, ...)
Arguments
object |
an object of class "treedata.table" |
... |
additional arguments passed to "head.treedata.table" |
Value
Function tries to be smart about summarizing the data and detecting continuous vs. discrete data, as well as whether any data have missing data. Also returns the taxa that are dropped from either the original tree or the original data.
Examples
data(anolis)
td <- as.treedata.table(anolis$phy, anolis$dat)
summary(td)
[Package treedata.table version 0.1.0 Index]