Learn R Programming

treedata.table (version 0.1.1)

head.treedata.table: Return the first part of an treedata.table object

Description

Return the first part of an treedata.table object

Usage

# S3 method for treedata.table
head(x, ...)

Value

First part of an treedata.table object

Arguments

x

a treedata.table object

...

Additional arguments passed to head.data.table

Examples

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

Run the code above in your browser using DataLab