treedata.table (version 0.1.0)

summary.treedata.table: Summarizing treedata.table objects

Description

Summarizing treedata.table objects

Usage

# S3 method for 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

Run this code
# NOT RUN {
data(anolis)
td <- as.treedata.table(anolis$phy, anolis$dat)
summary(td)
# }

Run the code above in your browser using DataCamp Workspace