Learn R Programming

treedata.table (version 0.1.1)

summary.treedata.table: Summarizing treedata.table objects

Description

Summarizing treedata.table objects

Usage

# S3 method for treedata.table
summary(object, ...)

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.

Arguments

object

an object of class "treedata.table"

...

additional arguments passed to "head.treedata.table"

Examples

Run this code
data(anolis)
td <- as.treedata.table(anolis$phy, anolis$dat)
summary(td)

Run the code above in your browser using DataLab