head.treedata.table {treedata.table}R Documentation

Return the first part of an treedata.table object

Description

Return the first part of an treedata.table object

Usage

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

Arguments

x

a treedata.table object

...

Additional arguments passed to head.data.table

Examples

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

[Package treedata.table version 0.1.0 Index]